Browse Source

change copyMany to copyChecklistToManyCards for instructions and title

Erik Turk 7 years ago
parent
commit
25e0c38ad8
2 changed files with 4 additions and 4 deletions
  1. 2 2
      client/components/cards/cardDetails.jade
  2. 2 2
      i18n/en.i18n.json

+ 2 - 2
client/components/cards/cardDetails.jade

@@ -157,9 +157,9 @@ template(name="copyCardPopup")
 
 
 template(name="copyManyCardPopup")
-  label(for='copy-many-card-title') {{_ 'copyManyCardPopup-instructions'}}:
+  label(for='copy-many-card-title') {{_ 'copyChecklistToManyCardsPopup-instructions'}}:
   textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
-    {{_ 'copyManyCardPopup-format'}}
+    | {{_ 'copyChecklistToManyCardsPopup-format'}}
   if isSandstorm
     +boardLists
   else

+ 2 - 2
i18n/en.i18n.json

@@ -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",