Skip to content

Commit a6628d4

Browse files
committed
Better text for add user and add client buttons.
1 parent 69e814a commit a6628d4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ $wb["username_txt"] = 'Username';
44
$wb["name_txt"] = 'Name';
55
$wb["vorname_txt"] = 'Forename';
66
$wb["ort_txt"] = 'city';
7+
$wb["add_new_record_txt"] = 'Add new user';
78
?>

interface/web/client/lib/lang/en_clients_list.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ $wb["company_name_txt"] = 'Company name';
55
$wb["contact_name_txt"] = 'Contact name';
66
$wb["city_txt"] = 'City';
77
$wb["country_txt"] = 'Country';
8+
$wb["add_new_record_txt"] = 'Add new client';
89
?>

0 commit comments

Comments
 (0)