Skip to content

Commit 4edb433

Browse files
author
Till Brehm
committed
Merge branch 'patch-2' into 'master'
[Added] username_error_regex to en_web_folder_user.lng Added an error message See merge request !450
2 parents 43c5800 + 9b339d4 commit 4edb433

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/web/sites/lib/lang/en_web_folder_user.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ $wb['password_mismatch_txt'] = 'The passwords do not match.';
1111
$wb['password_match_txt'] = 'The passwords do match.';
1212
$wb["no_folder_perm"] = 'You have no permission for this folder.';
1313
$wb['error_user_exists_already_txt'] = 'There is already a record for this user.';
14+
$wb["username_error_regex"] = 'The Username contains invalid characters.';
1415
?>

0 commit comments

Comments
 (0)