diff options
author | Friedrich von Never <friedrich@fornever.me> | 2016-03-19 10:40:23 +0600 |
---|---|---|
committer | Friedrich von Never <friedrich@fornever.me> | 2016-03-19 10:40:23 +0600 |
commit | cfbc8eed68e46a4ee8f28ff085242c200febe1d0 (patch) | |
tree | 771d191cad93f776ac7e7891b7f5c9b5d2ed1981 /i18n | |
parent | b8aefedcc3dcaf62d1b45f1e4ffb1dc4fdc55f63 (diff) | |
download | wekan-cfbc8eed68e46a4ee8f28ff085242c200febe1d0.tar.gz wekan-cfbc8eed68e46a4ee8f28ff085242c200febe1d0.tar.bz2 wekan-cfbc8eed68e46a4ee8f28ff085242c200febe1d0.zip |
cardDetails: allow to move cards to top / bottom
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.i18n.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 0cfeeed2..f495c148 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -215,6 +215,8 @@ "menu": "Menu", "move-selection": "Move selection", "moveCardPopup-title": "Move Card", + "moveCardToBottom-title": "Move to Bottom", + "moveCardToTop-title": "Move to Top", "moveSelectionPopup-title": "Move selection", "multi-selection": "Multi-Selection", "multi-selection-on": "Multi-Selection is on", |