refactor: edit i18n unchanged
This commit is contained in:
parent
e4c6f61f38
commit
0f30a88a24
1 changed files with 2 additions and 2 deletions
|
|
@ -55,14 +55,14 @@ const modelCreateTypeBranch = ref<boolean>(false);
|
|||
const typeBranchItem = [
|
||||
{
|
||||
icon: 'material-symbols:home-work-outline',
|
||||
text: t('branch.card.branchLabel'),
|
||||
text: 'branch.card.branchLabel',
|
||||
iconColor: '--purple-8',
|
||||
color: 'var(--purple-6-hsl)',
|
||||
},
|
||||
|
||||
{
|
||||
icon: 'mdi-home-group',
|
||||
text: t('branch.card.branchVirtual'),
|
||||
text: 'branch.card.branchVirtual',
|
||||
iconColor: '--blue-8',
|
||||
color: 'var(--blue-6-hsl)',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue