diff options
author | Erik Turk <erik.turk@ontera.ca> | 2018-02-15 15:26:19 -0500 |
---|---|---|
committer | Erik Turk <erik.turk@ontera.ca> | 2018-02-15 15:26:19 -0500 |
commit | cfaeb43f1f8e55ab1d6373ba06551ca281258ac4 (patch) | |
tree | 3fa4617d349029ea379aa3ee312d2491f72647e3 /i18n/en.i18n.json | |
parent | 25e0c38ad8fac2cccf3d7c29b689f23fdafa786c (diff) | |
download | wekan-cfaeb43f1f8e55ab1d6373ba06551ca281258ac4.tar.gz wekan-cfaeb43f1f8e55ab1d6373ba06551ca281258ac4.tar.bz2 wekan-cfaeb43f1f8e55ab1d6373ba06551ca281258ac4.zip |
changed variable names
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index a938f5d5..67b6fea7 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -159,7 +159,7 @@ "confirm-checklist-delete-dialog": "Are you sure you want to delete checklist", "copy-card-link-to-clipboard": "Copy card link to clipboard", "copyCardPopup-title": "Copy Card", - "copyManyCardPopup-title": "Copy Checklist Template to Many Cards", + "copyChecklistToManyCardsPopup-title": "Copy Checklist Template to Many Cards", "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", |