mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed translate. Ticket#3115
This commit is contained in:
parent
7f28e03bed
commit
dab7a56623
@ -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…
x
Reference in New Issue
Block a user