mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-10-23 05:11:57 +00:00
fix: lowercase empty message for simple table
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<span class="text-md text-gray-500">
|
||||
{{
|
||||
$t('globals.messages.noResults', {
|
||||
name: $t('globals.terms.result', 2)
|
||||
name: $t('globals.terms.result', 2).toLowerCase()
|
||||
})
|
||||
}}
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user