Skip to content

Commit d6bd0e6

Browse files
committed
Improve warning message (#6056)
1 parent 4ed15cf commit d6bd0e6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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 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!' \n Use this page only to create a new admin user, or to modify an existing admin user.;
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 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!' \n Use this page only to create a new admin user, or to modify an existing admin user.;
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: 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 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!' \n Use this page only to create a new admin user, or to modify an existing admin user.;
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/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 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!' \n Use this page only to create a new admin user, or to modify an existing admin user.;
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 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!' \n Use this page only to create a new admin user, or to modify an existing admin user.;
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 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!' \n Use this page only to create a new admin user, or to modify an existing admin user.;
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)