mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
Board: fix copy from message
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
parent
fee0f28b07
commit
d3887d5f47
@ -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",
|
||||
|
@ -42,6 +42,7 @@
|
||||
"ChecklistDropdownNone": "(не выбрано)",
|
||||
"ShowDoneChecklistItems": "Показать отмеченные ({done})",
|
||||
"HideDoneChecklistItems": "Скрыть отмеченные",
|
||||
"CopyChecklistFrom": "Копировать из...",
|
||||
"Dates": "Дата",
|
||||
"Attachments": "Прикрепленное",
|
||||
"AddAttachment": "Прикрепить",
|
||||
|
@ -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">
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user