Skip to content

Commit 9b339d4

Browse files
author
Alex Wink
committed
[Added] username_error_regex to en_web_folder_user.lng
1 parent 43c5800 commit 9b339d4

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)