mirror of
https://github.com/wekan/wekan.git
synced 2026-03-06 13:50:16 +01:00
change copyMany to copyChecklistToManyCards for instructions and title
This commit is contained in:
parent
756fbd0f4c
commit
25e0c38ad8
2 changed files with 4 additions and 4 deletions
|
|
@ -160,8 +160,8 @@
|
|||
"copy-card-link-to-clipboard": "Copy card link to clipboard",
|
||||
"copyCardPopup-title": "Copy Card",
|
||||
"copyManyCardPopup-title": "Copy Checklist Template to Many Cards",
|
||||
"copyManyCardPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
|
||||
"copyManyCardPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
|
||||
"copyChecklistToManyCardsPopup-instructions": "Destination Card Titles and Descriptions in this JSON format",
|
||||
"copyChecklistToManyCardsPopup-format": "[ {\"title\": \"First card title\", \"description\":\"First card description\"}, {\"title\":\"Second card title\",\"description\":\"Second card description\"},{\"title\":\"Last card title\",\"description\":\"Last card description\"} ]",
|
||||
"create": "Create",
|
||||
"createBoardPopup-title": "Create Board",
|
||||
"chooseBoardSourcePopup-title": "Import board",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue