Skip to content

Commit 43c5800

Browse files
author
Till Brehm
committed
Merge branch 'patch-1' into 'master'
Fixed typo en_ftp_user.lng fixed a little typo See merge request !449
2 parents b26217d + f82f5f7 commit 43c5800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $wb["active_txt"] = 'Active';
1818
$wb["limit_ftp_user_txt"] = 'The max. number of FTP users for your account is reached.';
1919
$wb["username_error_empty"] = 'Username is empty.';
2020
$wb["username_error_unique"] = 'The username must be unique.';
21-
$wb["username_error_regex"] = 'The username contains charachters that are not allowed.';
21+
$wb["username_error_regex"] = 'The username contains characters that are not allowed.';
2222
$wb["quota_size_error_empty"] = 'Quota is empty.';
2323
$wb["uid_error_empty"] = 'UID empty.';
2424
$wb["uid_error_empty"] = 'GID empty.';

0 commit comments

Comments
 (0)