File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
interface/web/client/lib/lang Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11<?php
22$wb['list_head_txt'] = 'Reseller';
3+ $wb["client_id_txt"] = 'ID';
34$wb['company_txt'] = 'Company';
45$wb['firstname_txt'] = 'Firstname';
56$wb['surname_txt'] = 'Surname';
Original file line number Diff line number Diff line change 11<?php
22$wb['list_head_txt'] = 'Clients';
3+ $wb["client_id_txt"] = 'ID';
34$wb['company_name_txt'] = 'Company name';
45$wb['contact_name_txt'] = 'Contact name';
56$wb['city_txt'] = 'City';
Original file line number Diff line number Diff line change 11<?php
22$wb["list_head_txt"] = 'Reseller';
3+ $wb["client_id_txt"] = 'ID';
34$wb["company_txt"] = 'Company';
45$wb["firstname_txt"] = 'Firstname';
56$wb["surname_txt"] = 'Surname';
Original file line number Diff line number Diff line change 11<?php
22$wb["list_head_txt"] = 'Clients';
3+ $wb["client_id_txt"] = 'ID';
34$wb["company_name_txt"] = 'Company name';
45$wb["contact_name_txt"] = 'Contact name';
56$wb["city_txt"] = 'City';
You can’t perform that action at this time.
0 commit comments