Skip to content
Snippets Groups Projects
Commit a6628d4d authored by tbrehm's avatar tbrehm
Browse files

Better text for add user and add client buttons.

parent 69e814a5
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,5 @@ $wb["username_txt"] = 'Username';
$wb["name_txt"] = 'Name';
$wb["vorname_txt"] = 'Forename';
$wb["ort_txt"] = 'city';
$wb["add_new_record_txt"] = 'Add new user';
?>
\ No newline at end of file
......@@ -5,4 +5,5 @@ $wb["company_name_txt"] = 'Company name';
$wb["contact_name_txt"] = 'Contact name';
$wb["city_txt"] = 'City';
$wb["country_txt"] = 'Country';
$wb["add_new_record_txt"] = 'Add new client';
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment