diff options
author | nztqa <nztqa@users.noreply.github.com> | 2017-11-27 16:44:19 +0900 |
---|---|---|
committer | nztqa <nztqa@users.noreply.github.com> | 2017-11-27 16:44:19 +0900 |
commit | dffe3d5ade15582ec71714031509a314a2616667 (patch) | |
tree | efb1219939785e901afb312cb49e4fe7ae008fe4 /i18n/en.i18n.json | |
parent | 33b76228975aecdba827f5e41cf3e9d4f2949aa9 (diff) | |
download | wekan-dffe3d5ade15582ec71714031509a314a2616667.tar.gz wekan-dffe3d5ade15582ec71714031509a314a2616667.tar.bz2 wekan-dffe3d5ade15582ec71714031509a314a2616667.zip |
Add test SMTP settings
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 63e5be1c..11a9eef6 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -386,6 +386,7 @@ "smtp-password": "Password", "smtp-tls": "TLS support", "send-from": "From", + "send-smtp-test": "Send a test mail to my user", "invitation-code": "Invitation Code", "email-invite-register-subject": "__inviter__ sent you an invitation", "email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to Wekan for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.", |