Skip to content

Commit e6f79a1

Browse files
committed
Fixed language file errors.
1 parent ccbd691 commit e6f79a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $wb['FTP-User'] = 'FTP-User';
1313
$wb['FTP'] = 'FTP';
1414
$wb['Shell-User'] = 'Shell-User';
1515
$wb['Shell'] = 'Shell';
16-
$wb['Webdav-User'] = 'Webdav Benutzer';
16+
$wb['Webdav-User'] = 'Webdav User';
1717
$wb['Webdav'] = 'Webdav';
1818
$wb['Websites'] = 'Websites';
1919
$wb["Stats"] = 'Statistics';

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
2-
$wb["uid_txt"] = 'Web Username';
3-
$wb["gid_txt"] = 'Group';
2+
$wb["puser_txt"] = 'Web Username';
3+
$wb["pgroup_txt"] = 'Web Group';
44
$wb["shell_txt"] = 'Shell';
55
$wb["dir_txt"] = 'Dir';
66
$wb["server_id_txt"] = 'Server';

0 commit comments

Comments
 (0)