diff options
author | Thiago Fernando S. dos Santos <thiagofernando@outlook.com> | 2018-05-04 16:44:50 -0300 |
---|---|---|
committer | Thiago Fernando S. dos Santos <thiagofernando@outlook.com> | 2018-05-04 16:44:50 -0300 |
commit | 2fa1b3122d2acc65219e5d09974add21ac4c76fd (patch) | |
tree | 6996d20e50378be8a2e80aa68ee30b341605fcbb /i18n/pt.i18n.json | |
parent | c48c18c4e9c3d86b2ad19c98b24b9240bfb69ffc (diff) | |
download | wekan-2fa1b3122d2acc65219e5d09974add21ac4c76fd.tar.gz wekan-2fa1b3122d2acc65219e5d09974add21ac4c76fd.tar.bz2 wekan-2fa1b3122d2acc65219e5d09974add21ac4c76fd.zip |
Includes possibility to block username change
Diffstat (limited to 'i18n/pt.i18n.json')
-rw-r--r-- | i18n/pt.i18n.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/pt.i18n.json b/i18n/pt.i18n.json index a5cbb475..b33da0fc 100644 --- a/i18n/pt.i18n.json +++ b/i18n/pt.i18n.json @@ -434,6 +434,7 @@ "no": "Não", "accounts": "Contas", "accounts-allowEmailChange": "Allow Email Change", + "accounts-allowUserNameChange": "Allow Username Change", "createdAt": "Created at", "verified": "Verificado", "active": "Ativo", @@ -443,4 +444,4 @@ "card-end-on": "Ends on", "editCardReceivedDatePopup-title": "Change received date", "editCardEndDatePopup-title": "Change end date" -}
\ No newline at end of file +} |