chore: Minor fix

This commit is contained in:
iamsivin
2024-11-21 15:54:01 +05:30
parent 7083137c5a
commit 2d0c813300
3 changed files with 4 additions and 2 deletions
@@ -27,7 +27,7 @@ const showDropdown = ref(false);
>
<span class="i-lucide-plus" />
<span class="text-sm text-n-slate-11">
{{ t('CONTACTS_LAYOUT.DETAILS.TAG_BUTTON') }}
{{ t('LABEL.TAG_BUTTON') }}
</span>
</button>
<DropdownMenu
@@ -33,5 +33,8 @@
},
"SWITCH": {
"TOGGLE": "Toggle switch"
},
"LABEL": {
"TAG_BUTTON": "tag"
}
}
@@ -501,7 +501,6 @@
}
},
"DETAILS": {
"TAG_BUTTON": "tag",
"CREATED_AT": "Created {date}",
"LAST_ACTIVITY": "Last active {date}",
"DELETE_CONTACT_DESCRIPTION": "Permanently delete this contact. This action is irreversible",