diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-06-19 13:06:03 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-06-19 13:06:03 +0300 |
commit | 3ed496cef6d84a36eb9adaeee21a2dcf2704c6f4 (patch) | |
tree | e096def1725139cbaf5cc7f6bf0ec48ff618214a /client/components/settings | |
parent | aa459f01427b521e9f48f9d4d0bc545f14d3747b (diff) | |
download | wekan-3ed496cef6d84a36eb9adaeee21a2dcf2704c6f4.tar.gz wekan-3ed496cef6d84a36eb9adaeee21a2dcf2704c6f4.tar.bz2 wekan-3ed496cef6d84a36eb9adaeee21a2dcf2704c6f4.zip |
Save to be translatable in Admin Panel SMTP settings.
Diffstat (limited to 'client/components/settings')
-rw-r--r-- | client/components/settings/settingBody.jade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/settings/settingBody.jade b/client/components/settings/settingBody.jade index d490ec93..e99f52eb 100644 --- a/client/components/settings/settingBody.jade +++ b/client/components/settings/settingBody.jade @@ -76,4 +76,4 @@ template(name='email') input.form-control#mail-server-from(type="email", placeholder="no-reply@domain.com" value="{{currentSetting.mailServer.from}}") li - button.js-save.primary Save + button.js-save.primary {{_ 'save'}} |