From dedf6cbf21f688ade4572e781299c6fc6f84de68 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 24 Sep 2021 19:47:40 +0200 Subject: [PATCH] fix: quick add magic assignee prefix in explanation --- src/components/tasks/partials/quick-add-magic.vue | 2 +- src/i18n/lang/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/tasks/partials/quick-add-magic.vue b/src/components/tasks/partials/quick-add-magic.vue index 0204a9cc6..402ee169a 100644 --- a/src/components/tasks/partials/quick-add-magic.vue +++ b/src/components/tasks/partials/quick-add-magic.vue @@ -30,7 +30,7 @@

{{ $t('task.attributes.assignees') }}

- {{ $t('task.quickAddMagic.assignees') }} + {{ $t('task.quickAddMagic.assignees', {prefix: '+'}) }} {{ $t('task.quickAddMagic.multiple') }}

diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index f51bae505..e29e59b26 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -665,7 +665,7 @@ "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 @ to the task.", + "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.", "dateAndTime": "Date and time",