Skip to content

Commit a397d3d

Browse files
committed
fix: lowercase empty message for simple table
1 parent 4ca123e commit a397d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/table/SimpleTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<span class="text-md text-gray-500">
2222
{{
2323
$t('globals.messages.noResults', {
24-
name: $t('globals.terms.result', 2)
24+
name: $t('globals.terms.result', 2).toLowerCase()
2525
})
2626
}}
2727
</span>

0 commit comments

Comments
 (0)