File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
interface/web/sites/lib/lang Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $wb['active_txt'] = 'Aktiv';
1818$wb['limit_ftp_user_txt'] = 'Max. antal of FTP brugere for din konto er nået.';
1919$wb['username_error_empty'] = 'Brugernavn er tomt.';
2020$wb['username_error_unique'] = 'Brugernavne skal være unikke.';
21- $wb['username_error_regex'] = 'Brugernavne contains charachters that are not allowed.';
21+ $wb['username_error_regex'] = 'Brugernavne contains characters that are not allowed.';
2222$wb['quota_size_error_empty'] = 'Kvote er tomt.';
2323$wb['uid_error_empty'] = 'GID er tom.';
2424$wb['directory_error_empty'] = 'Mappe er tom.';
Original file line number Diff line number Diff 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.';
You can’t perform that action at this time.
0 commit comments