Fixed a minor mistake in error message - #2900

This commit is contained in:
tatiana.llorente@artica.es 2018-10-17 12:59:37 +02:00
parent 0b22ab6bfd
commit 525caee909
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ if (isset ($_GET["modified"]) && !$view_mode) {
}
else{
if(!$error_msg){
$error_msg = __('Error updating passwords: %s');
$error_msg = __('Error updating passwords: ');
}
$user_auth_error= $config['auth_error'];