fix: Update the translation key for Custom Attributes (#2364)
This commit is contained in:
parent
b8aaf6c90d
commit
75fe851345
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="custom-attributes--panel">
|
<div class="custom-attributes--panel">
|
||||||
<contact-details-item
|
<contact-details-item
|
||||||
:title="$t('CONTACT_PANEL.CUSTOM_ATTRIBUTES.TITLE')"
|
:title="$t('CUSTOM_ATTRIBUTES.TITLE')"
|
||||||
icon="ion-code"
|
icon="ion-code"
|
||||||
emoji="📕"
|
emoji="📕"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue