summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-08 12:46:07 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-08 12:46:07 +0200
commit4126a1a8085ecddb5ec307f237169171086bda46 (patch)
tree98eda1e07d67f6af38f0aeba204665d313c989dd
parent3ce902123f9af5212c6a84e4ffe616b98d7381ea (diff)
downloadwekan-4126a1a8085ecddb5ec307f237169171086bda46.tar.gz
wekan-4126a1a8085ecddb5ec307f237169171086bda46.tar.bz2
wekan-4126a1a8085ecddb5ec307f237169171086bda46.zip
Translate also Admin Panel/Layout/Display Authentication Method and Default Authentication Method. Thanks to Akuket and xet7 !
-rw-r--r--i18n/en.i18n.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index 2c2d41da..d4e817ea 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -662,5 +662,7 @@
"add-custom-html-after-body-start": "Add Custom HTML after <body> start",
"add-custom-html-before-body-end": "Add Custom HTML before </body> end",
"error-undefined": "Something went wrong",
- "error-ldap-login": "An error occurred while trying to login"
+ "error-ldap-login": "An error occurred while trying to login",
+ "display-authentication-method": "Display Authentication Method",
+ "default-authentication-method": "Default Authentication Method"
}