fix: 03-customer management layout
This commit is contained in:
parent
17033a1465
commit
56640e90f9
4 changed files with 15 additions and 13 deletions
|
|
@ -6,7 +6,7 @@ export default {
|
|||
branchHQLabel: 'Headquarters',
|
||||
branchName: 'Branch Name',
|
||||
branchAdd: 'Add Branch / Head Office',
|
||||
branchManagement: 'Manage Branch',
|
||||
branchManagement: 'Branch Management',
|
||||
branchNoMainOfficeYet: 'No head office yet?',
|
||||
branchClickToCreateMainOffice: 'Click "+" to create head office.',
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
export default {
|
||||
customerManagement: 'Manage customers',
|
||||
customerManagement: 'Customers Management',
|
||||
customerManagementCaption: 'Manage All Customer',
|
||||
|
||||
customerEmployerTooltipTitle: 'No employer data yet',
|
||||
customerEmployeeTooltipTitle: 'No employee data yet',
|
||||
customerEmployerTooltipCaption: 'Click + to add an employer',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
export default {
|
||||
customerManagement: 'จัดการลูกค้า',
|
||||
customerManagementCaption: 'จัดการลูกค้าทั้งหมด',
|
||||
|
||||
customerEmployerTooltipTitle: 'ยังไม่มีข้อมูลนายจ้าง',
|
||||
customerEmployeeTooltipTitle: 'ยังไม่มีข้อมูลลูกจ้าง',
|
||||
customerEmployerTooltipCaption: 'คลิก + เพื่อเพิ่มนายจ้าง',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue