fix: missing i18n
This commit is contained in:
parent
eaae60092a
commit
4fcd202832
5 changed files with 29 additions and 12 deletions
|
|
@ -163,12 +163,12 @@ const dialogEmployeeImageUpload = ref<InstanceType<typeof ImageUploadDialog>>();
|
|||
const dialogCreateCustomerItem = [
|
||||
{
|
||||
icon: 'mdi:office-building',
|
||||
text: 'customerLegalEntity',
|
||||
text: 'customer.employerLegalEntity',
|
||||
color: 'var(--purple-8)',
|
||||
},
|
||||
{
|
||||
icon: 'heroicons:user-solid',
|
||||
text: 'customerNaturalPerson',
|
||||
text: 'customer.employerNaturalPerson',
|
||||
color: 'var(--green-9)',
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue