Merge pull request #1726 from hcengineering/ano/fix-add-checklist-popup

Board: fix copy from message
This commit is contained in:
Anna No 2022-05-12 15:23:26 +07:00 committed by GitHub
commit 6c96af45d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,