From 302728526adf3736f5e08bbb6bacdf0535f8aa26 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 13 Jul 2022 16:31:30 +0200 Subject: [PATCH] chore(quick add magic): clarify the use of spaces for lists and labels --- src/components/tasks/partials/quick-add-magic.vue | 4 ++++ src/i18n/lang/en.json | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/tasks/partials/quick-add-magic.vue b/src/components/tasks/partials/quick-add-magic.vue index 13b4eafdc..a93db2fc3 100644 --- a/src/components/tasks/partials/quick-add-magic.vue +++ b/src/components/tasks/partials/quick-add-magic.vue @@ -42,6 +42,10 @@ {{ $t('task.quickAddMagic.list1', {prefix: prefixes.list}) }} {{ $t('task.quickAddMagic.list2') }}

+

+ {{ $t('task.quickAddMagic.list3') }} + {{ $t('task.quickAddMagic.list4', {prefix: prefixes.list}) }} +

{{ $t('task.quickAddMagic.dateAndTime') }}

diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index e1d66ae23..db7258ab7 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -793,13 +793,15 @@ "multiple": "You can use this multiple times.", "label1": "To add a label, simply prefix the name of the label with {prefix}.", "label2": "Vikunja will first check if the label already exist and create it if not.", - "label3": "To use spaces, simply add a \" around the label name.", + "label3": "To use spaces, simply add a \" or ' around the label name.", "label4": "For example: {prefix}\"Label with spaces\".", "priority1": "To set a task's priority, add a number 1-5, prefixed with a {prefix}.", "priority2": "The higher the number, the higher the priority.", "assignees": "To directly assign the task to a user, add their username prefixed with {prefix} to the task.", "list1": "To set a list for the task to appear in, enter its name prefixed with {prefix}.", "list2": "This will return an error if the list does not exist.", + "list3": "To use spaces, simply add a \" or ' around the list name.", + "list4": "For example: {prefix}\"List with spaces\".", "dateAndTime": "Date and time", "date": "Any date will be used as the due date of the new task. You can use dates in any of these formats:", "dateWeekday": "any weekday, will use the next date with that date",