From cdb260043d1b8fa6844d5ef186f251b46fc38299 Mon Sep 17 00:00:00 2001
From: wangyidong
Date: Mon, 11 Feb 2019 15:43:02 +0800
Subject: [PATCH] * change for english lang.
---
module/sso/lang/en.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/module/sso/lang/en.php b/module/sso/lang/en.php
index 8390dbef2c..8f11a96ddd 100644
--- a/module/sso/lang/en.php
+++ b/module/sso/lang/en.php
@@ -30,8 +30,8 @@ $lang->sso->bindTypeList['bind'] = 'Bind to existing User';
$lang->sso->bindTypeList['add'] = 'Add User';
$lang->sso->help = <<1. Interface address is required. If use PATH_INFO, it is http://YOUR RANGER ADDRESS/sys/sso-check.html If GET, it is http://YOUR RANGER ADDRESS/sys/index.php?m=sso&f=check
-2. Code and Key must be the same as set in Ranger.
+1. Zdoo address is required. If use PATH_INFO, it is http://YOUR ZDOO ADDRESS/sys/sso-check.html If GET, it is http://YOUR ZDOO ADDRESS/sys/index.php?m=sso&f=check
+2. CAlias and Key must be the same as set in Zdoo.
EOD;
$lang->sso->bindNotice = 'User that is just added has no privilege. You have to ask ZenTao Admin to grant permissions to the User.';
$lang->sso->bindNoPassword = 'Password should not be empty.';