fix: quick add magic assignee prefix in explanation
This commit is contained in:
parent
dab6bc23ed
commit
dedf6cbf21
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
<h3>{{ $t('task.attributes.assignees') }}</h3>
|
<h3>{{ $t('task.attributes.assignees') }}</h3>
|
||||||
<p>
|
<p>
|
||||||
{{ $t('task.quickAddMagic.assignees') }}
|
{{ $t('task.quickAddMagic.assignees', {prefix: '+'}) }}
|
||||||
{{ $t('task.quickAddMagic.multiple') }}
|
{{ $t('task.quickAddMagic.multiple') }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
@ -665,7 +665,7 @@
|
||||||
"label4": "For example: {prefix}\"Label with spaces\".",
|
"label4": "For example: {prefix}\"Label with spaces\".",
|
||||||
"priority1": "To set a task's priority, add a number 1-5, prefixed with a {prefix}.",
|
"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.",
|
"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}.",
|
"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.",
|
"list2": "This will return an error if the list does not exist.",
|
||||||
"dateAndTime": "Date and time",
|
"dateAndTime": "Date and time",
|
||||||
|
|
Loading…
Reference in a new issue