diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-07-30 20:42:07 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-07-30 20:42:07 +0300 |
commit | 61bc6d3b7a4c3448fc2b0881c7a66f9e54b7e752 (patch) | |
tree | 08a62c2c6c28e8811f9bd5a233cbe702442af5c3 | |
parent | f414fe447d3c6dc35515b1440d334f25271b5513 (diff) | |
download | wekan-61bc6d3b7a4c3448fc2b0881c7a66f9e54b7e752.tar.gz wekan-61bc6d3b7a4c3448fc2b0881c7a66f9e54b7e752.tar.bz2 wekan-61bc6d3b7a4c3448fc2b0881c7a66f9e54b7e752.zip |
Fix typo.
-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 407c30ad..3edf1fce 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -724,5 +724,5 @@ "act-duenow": "was reminding the current due (__timeValue__) of __card__ is now", "act-atUserComment": "You were mentioned in [__board__] __card__", "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.", - "accounts-allowUserDelete": "Allow users to self deleting their account" + "accounts-allowUserDelete": "Allow users to self delete their account" } |