diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-08-09 14:58:21 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-08-09 14:58:21 +0300 |
commit | 7a0467c8c57b3a309e99a3ca30591dc46eed16a0 (patch) | |
tree | 63435fa6294db1a2992ebc1e3106ce86f1dc74c7 /i18n/en.i18n.json | |
parent | 6a10257fd7230d08d9a64fc4877e85972375498d (diff) | |
download | wekan-7a0467c8c57b3a309e99a3ca30591dc46eed16a0.tar.gz wekan-7a0467c8c57b3a309e99a3ca30591dc46eed16a0.tar.bz2 wekan-7a0467c8c57b3a309e99a3ca30591dc46eed16a0.zip |
Capitalize accounts
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 2ce7cd42..21533d25 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -383,6 +383,6 @@ "seconds": "seconds", "yes": "Yes", "no": "No", - "accounts": "accounts", + "accounts": "Accounts", "accounts-allowEmailChange": "Allow Email Change" } |