feat: custom attributes for contacts and conversations

This commit is contained in:
Abhinav Raut
2025-04-13 17:58:36 +05:30
parent 4e893ef876
commit d69a8c58d1
40 changed files with 1933 additions and 278 deletions

View File

@@ -68,7 +68,7 @@ const emptyText = computed(
() =>
props.emptyText ||
t('globals.messages.noResults', {
name: t('globals.terms.result', 2)
name: t('globals.terms.result', 2).toLowerCase()
})
)