Skip to content

Commit 82b548a

Browse files
author
Till Brehm
committed
Merge branch '449-dev' into 'develop'
Fix typo (Ported from !449) See merge request ispconfig/ispconfig3!1149
2 parents a8f3f14 + 5bb8356 commit 82b548a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.';

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)