Skip to content

Commit b7a4165

Browse files
author
Till Brehm
committed
FS#3900 - Invalid home dir for shell users. Changed description from -Dir- to -Base Dir- to refelect that /home/username is appaneded to this directory.
1 parent 69a57d9 commit b7a4165

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$wb['shell_txt'] = 'Shell';
3-
$wb['dir_txt'] = 'Dir';
3+
$wb['dir_txt'] = 'Base Dir';
44
$wb['server_id_txt'] = 'Server';
55
$wb['parent_domain_id_txt'] = 'Site';
66
$wb['username_txt'] = 'Username';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$wb['shell_txt'] = 'Shell';
3-
$wb['dir_txt'] = 'Verzeichnis';
3+
$wb['dir_txt'] = 'Basis Verzeichnis';
44
$wb['server_id_txt'] = 'Server';
55
$wb['parent_domain_id_txt'] = 'Webseite';
66
$wb['username_txt'] = 'Benutzername';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$wb['puser_txt'] = "Web Username";
33
$wb['pgroup_txt'] = "Web Group";
44
$wb['shell_txt'] = "Shell";
5-
$wb['dir_txt'] = "Dir";
5+
$wb['dir_txt'] = "Base Dir";
66
$wb['server_id_txt'] = "Server";
77
$wb['parent_domain_id_txt'] = "Site";
88
$wb['username_txt'] = "Username";

0 commit comments

Comments
 (0)