summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorRJevnikar <12701645+rjevnikar@users.noreply.github.com>2018-06-06 15:27:05 +0000
committerRJevnikar <12701645+rjevnikar@users.noreply.github.com>2018-06-06 15:27:05 +0000
commitde59758471f98d4cafc5db9de0d535031fcb2363 (patch)
tree9f31de968f36dcfa07470667020a527d351bde1c /i18n
parentea109cfdd77daa69c66220ca942a67e99255551b (diff)
downloadwekan-de59758471f98d4cafc5db9de0d535031fcb2363.tar.gz
wekan-de59758471f98d4cafc5db9de0d535031fcb2363.tar.bz2
wekan-de59758471f98d4cafc5db9de0d535031fcb2363.zip
Add delete board to Recycle Bin, fix delete-board menu item on board menu
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.i18n.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index d3edc6b2..f42d8fcc 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -474,5 +474,6 @@
"board-delete-notice": "Deleting is permanent. You will lose all lists, cards and actions associated with this board.",
"board-delete-pop": "All lists, cards, labels, and activities will be removed and you won't be able to recover the board contents. There is no undo.",
"board-delete-suggest-archive": "You can archive a board to remove it from the the active boards and preserve the activity.",
- "deleteBoardPopup": "Delete Board?"
+ "deleteBoardPopup": "Delete Board?",
+ "delete-board": "Delete Board"
}