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 /client/components/cards/cardDetails.jade | |
parent | 25e0c38ad8fac2cccf3d7c29b689f23fdafa786c (diff) | |
download | wekan-cfaeb43f1f8e55ab1d6373ba06551ca281258ac4.tar.gz wekan-cfaeb43f1f8e55ab1d6373ba06551ca281258ac4.tar.bz2 wekan-cfaeb43f1f8e55ab1d6373ba06551ca281258ac4.zip |
changed variable names
Diffstat (limited to 'client/components/cards/cardDetails.jade')
-rw-r--r-- | client/components/cards/cardDetails.jade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/components/cards/cardDetails.jade b/client/components/cards/cardDetails.jade index 51f7f3f7..81f571d6 100644 --- a/client/components/cards/cardDetails.jade +++ b/client/components/cards/cardDetails.jade @@ -135,7 +135,7 @@ template(name="cardDetailsActionsPopup") ul.pop-over-list li: a.js-move-card {{_ 'moveCardPopup-title'}} li: a.js-copy-card {{_ 'copyCardPopup-title'}} - li: a.js-copy-many-card {{_ 'copyManyCardPopup-title'}} + li: a.js-copy-checklist-cards {{_ 'copyChecklistToManyCardsPopup-title'}} unless archived li: a.js-archive {{_ 'archive-card'}} li: a.js-more {{_ 'cardMorePopup-title'}} @@ -156,8 +156,8 @@ template(name="copyCardPopup") +boardsAndLists -template(name="copyManyCardPopup") - label(for='copy-many-card-title') {{_ 'copyChecklistToManyCardsPopup-instructions'}}: +template(name="copyChecklistToManyCardsPopup") + label(for='copy-checklist-cards-title') {{_ 'copyChecklistToManyCardsPopup-instructions'}}: textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus) | {{_ 'copyChecklistToManyCardsPopup-format'}} if isSandstorm |