Skip to content

Commit 0ce741d

Browse files
authored
Fix AI assistant sources (baserow#4779)
1 parent 241283d commit 0ce741d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/web-frontend/modules/baserow_enterprise/components/assistant/AssistantMessageSources.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<i class="iconoir-book-stack assistant__sources-icon"></i>
99
<span class="assistant__sources-label">
1010
{{
11-
$tc('assistantMessageSources.sources', sources.length, {
11+
$t('assistantMessageSources.sources', sources.length, {
1212
count: sources.length,
1313
})
1414
}}

0 commit comments

Comments
 (0)