diff options
author | Lauri Ojansivu <x@xet7.org> | 2020-04-01 16:48:14 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2020-04-01 16:48:14 +0300 |
commit | 2eed1ca0eb9848046153789d4e44c27996f45eb8 (patch) | |
tree | 75f465f5af1ee80c09b4dca2c3d70e8edcbbcddf /i18n/en.i18n.json | |
parent | 99e5293ef5c1f8411fae8f9956feb90ec2f680aa (diff) | |
download | wekan-2eed1ca0eb9848046153789d4e44c27996f45eb8.tar.gz wekan-2eed1ca0eb9848046153789d4e44c27996f45eb8.tar.bz2 wekan-2eed1ca0eb9848046153789d4e44c27996f45eb8.zip |
Add translations for Board Settings / Allow Rename Board/Swimlane/Card.
Thanks to xet7 !
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index bce99384..c7583386 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -762,5 +762,7 @@ "show-on-card": "Show on Card", "new": "New", "editUserPopup-title": "Edit User", - "newUserPopup-title": "New User" + "newUserPopup-title": "New User", + "allow-rename": "Allow Rename", + "allowRenamePopup-title": "Allow Rename" } |