Change string
This commit is contained in:
parent
dafc3b76ea
commit
66fa86e04e
@ -13,7 +13,7 @@ if ($_SESSION['loggedin'] && !isset($_GET['permissionerror'])) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isset($_GET['permissionerror'])) {
|
if (isset($_GET['permissionerror'])) {
|
||||||
$alert = lang("no permission", false);
|
$alert = lang("no access permission", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Authenticate user */
|
/* Authenticate user */
|
||||||
|
@ -28,7 +28,7 @@ define("STRINGS", [
|
|||||||
"login server error" => "The login server returned an error: {arg}",
|
"login server error" => "The login server returned an error: {arg}",
|
||||||
"login server user data error" => "The login server refused to provide account information. Try again or contact technical support.",
|
"login server user data error" => "The login server refused to provide account information. Try again or contact technical support.",
|
||||||
"captcha error" => "There was a problem with the CAPTCHA (robot test). Try again.",
|
"captcha error" => "There was a problem with the CAPTCHA (robot test). Try again.",
|
||||||
"no permission" => "You don't have permission to do that.",
|
"no access permission" => "You do not have permission to access this system.",
|
||||||
"home" => "Home",
|
"home" => "Home",
|
||||||
"more" => "More",
|
"more" => "More",
|
||||||
"test" => "Test"
|
"test" => "Test"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user