fix: translate deal tabs label
This commit is contained in:
parent
32de7546a6
commit
e04a4c6b4c
@ -436,27 +436,27 @@ const tabIndex = ref(0)
|
|||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
name: 'Activity',
|
name: 'Activity',
|
||||||
label: 'Activity',
|
label: __('Activity'),
|
||||||
icon: ActivityIcon,
|
icon: ActivityIcon,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Emails',
|
name: 'Emails',
|
||||||
label: 'Emails',
|
label: __('Emails'),
|
||||||
icon: EmailIcon,
|
icon: EmailIcon,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Calls',
|
name: 'Calls',
|
||||||
label: 'Calls',
|
label: __('Calls'),
|
||||||
icon: PhoneIcon,
|
icon: PhoneIcon,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Tasks',
|
name: 'Tasks',
|
||||||
label: 'Tasks',
|
label: __('Tasks'),
|
||||||
icon: TaskIcon,
|
icon: TaskIcon,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Notes',
|
name: 'Notes',
|
||||||
label: 'Notes',
|
label: __('Notes'),
|
||||||
icon: NoteIcon,
|
icon: NoteIcon,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user