Fix board archive instructions

Fixes #277.
This commit is contained in:
Maxime Quandalle 2015-12-09 19:08:17 -05:00
parent 5bdf91bd05
commit 3b2eb0ffa1
2 changed files with 3 additions and 3 deletions

View file

@ -124,4 +124,4 @@ template(name="boardChangeTitlePopup")
template(name="archiveBoardPopup") template(name="archiveBoardPopup")
p {{_ 'close-board-pop'}} p {{_ 'close-board-pop'}}
button.js-confirm.negate.full(type="submit") {{_ 'close'}} button.js-confirm.negate.full(type="submit") {{_ 'archive'}}

View file

@ -37,7 +37,7 @@
"archive-card": "Archive Card", "archive-card": "Archive Card",
"archive-list": "Archive this list", "archive-list": "Archive this list",
"archive-selection": "Archive selection", "archive-selection": "Archive selection",
"archiveBoardPopup-title": "Close Board?", "archiveBoardPopup-title": "Archive Board?",
"archived-items": "Archived Items", "archived-items": "Archived Items",
"archives": "Archives", "archives": "Archives",
"assign-member": "Assign member", "assign-member": "Assign member",
@ -91,7 +91,7 @@
"clipboard" : "Clipboard or drag & drop", "clipboard" : "Clipboard or drag & drop",
"close": "Close", "close": "Close",
"close-board": "Close Board", "close-board": "Close Board",
"close-board-pop": "You can re-open the board by clicking the “Boards” menu from the header, selecting “View Closed Boards”, finding the board and clicking “Re-open”.", "close-board-pop": "You will be able to restore the board by clicking the “Archives” button from the home header.",
"color-green": "green", "color-green": "green",
"color-yellow": "yellow", "color-yellow": "yellow",
"color-orange": "orange", "color-orange": "orange",