mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-07 15:33:13 +00:00
feat: custom attributes for contacts and conversations
This commit is contained in:
@@ -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()
|
||||
})
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user