Board: fix copy from message

Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
Anna No 2022-05-12 14:54:42 +07:00
parent fee0f28b07
commit d3887d5f47
No known key found for this signature in database
GPG Key ID: 08C11FFC23177C87
4 changed files with 4 additions and 1 deletions

View File

@ -42,6 +42,7 @@
"ChecklistDropdownNone": "(none)",
"ShowDoneChecklistItems": "Show checked items ({done})",
"HideDoneChecklistItems": "Hide checked items",
"CopyChecklistFrom": "Copy items from...",
"Dates": "Dates",
"Attachments": "Attachments",
"AddAttachment": "Add an attachment",

View File

@ -42,6 +42,7 @@
"ChecklistDropdownNone": "(не выбрано)",
"ShowDoneChecklistItems": "Показать отмеченные ({done})",
"HideDoneChecklistItems": "Скрыть отмеченные",
"CopyChecklistFrom": "Копировать из...",
"Dates": "Дата",
"Attachments": "Прикрепленное",
"AddAttachment": "Прикрепить",

View File

@ -126,7 +126,7 @@
<div class="flex-col ml-4 mt-4 mr-4 flex-gap-1">
<div class="text-md font-medium">
<Label label={board.string.Title} />
<Label label={board.string.CopyChecklistFrom} />
</div>
<div class="mt-1 mb-1 w-full">

View File

@ -63,6 +63,7 @@ export default mergeIds(boardId, board, {
ChecklistDropdownNone: '' as IntlString,
ShowDoneChecklistItems: '' as IntlString,
HideDoneChecklistItems: '' as IntlString,
CopyChecklistFrom: '' as IntlString,
Dates: '' as IntlString,
Attachments: '' as IntlString,
AddAttachment: '' as IntlString,