Skip to content

Commit 1d8d8e3

Browse files
author
Marius Burkard
committed
Merge branch '6056-system-cp-users-possible-data-loss-warning-unclear' into 'develop'
Resolve "system->cp users possible data loss warning unclear" Closes #6056 See merge request ispconfig/ispconfig3!1413
2 parents c05d577 + d6bd0e6 commit 1d8d8e3

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

interface/web/admin/lib/lang/ar_users_list.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ $wb['username_txt'] = 'Username';
44
$wb['client_id_txt'] = 'Client ID';
55
$wb['active_txt'] = 'Active';
66
$wb['add_new_record_txt'] = 'Add new user';
7-
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing users or groups here may cause data loss!';
7+
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any client user settings here. Use the client- and reseller settings in the client module instead. Modifying or changing client users or groups here may cause data loss!';
88
$wb['groups_txt'] = 'Groups';
99
?>

interface/web/admin/lib/lang/ca_users_list.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ $wb['client_id_txt'] = 'User ID';
55
$wb['active_txt'] = 'Active';
66
$wb['groups_txt'] = 'Groups';
77
$wb['add_new_record_txt'] = 'Add new user';
8-
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing users or groups here may cause data loss!';
8+
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any client user settings here. Use the client- and reseller settings in the client module instead. Modifying or changing client users or groups here may cause data loss!';
99
?>

interface/web/admin/lib/lang/en_users_list.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ $wb['client_id_txt'] = 'User ID';
55
$wb['active_txt'] = 'Active';
66
$wb['groups_txt'] = 'Groups';
77
$wb['add_new_record_txt'] = 'Add new user';
8-
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing users or groups here may cause data loss!';
9-
?>
8+
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any client user settings here. Use the client- and reseller settings in the client module instead. Modifying or changing client users or groups here may cause data loss!';
9+
?>

interface/web/admin/lib/lang/ja_users_list.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ $wb['username_txt'] = 'ユーザー名';
44
$wb['client_id_txt'] = 'Client ID';
55
$wb['active_txt'] = 'Active';
66
$wb['add_new_record_txt'] = 'ユーザーを追加する';
7-
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing users or groups here may cause data loss!';
7+
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any client user settings here. Use the client- and reseller settings in the client module instead. Modifying or changing client users or groups here may cause data loss!';
88
$wb['groups_txt'] = 'Groups';
99
?>

interface/web/admin/lib/lang/ro_users_list.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ $wb['username_txt'] = 'Username';
44
$wb['client_id_txt'] = 'Client ID';
55
$wb['active_txt'] = 'Active';
66
$wb['add_new_record_txt'] = 'Add user nou';
7-
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing users or groups here may cause data loss!';
7+
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any client user settings here. Use the client- and reseller settings in the client module instead. Modifying or changing client users or groups here may cause data loss!';
88
$wb['groups_txt'] = 'Groups';
99
?>

interface/web/admin/lib/lang/sk_users_list.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ $wb['username_txt'] = 'Užívateľské meno';
44
$wb['client_id_txt'] = 'Client ID';
55
$wb['active_txt'] = 'Active';
66
$wb['add_new_record_txt'] = 'Pridať nového užívateľa';
7-
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing users or groups here may cause data loss!';
7+
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any client user settings here. Use the client- and reseller settings in the client module instead. Modifying or changing client users or groups here may cause data loss!';
88
$wb['groups_txt'] = 'Groups';
99
?>

0 commit comments

Comments
 (0)