Fixed translate. Ticket#3115
This commit is contained in:
parent
326b5cdd96
commit
9cbba6142a
|
@ -241,7 +241,7 @@ function process_user_login_remote ($login, $pass, $api = false) {
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ($return === "permissions_changed") {
|
if ($return === "permissions_changed") {
|
||||||
$config["auth_error"] = __("Your permmission have been change. Please, login again");
|
$config["auth_error"] = __("Your permissions have changed. Please, login again.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue