Skip to content

Commit f843ce8

Browse files
committed
fix: use $ syntax in template
1 parent 7b11570 commit f843ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/src/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function closeStudio() {
6363
v-if="devMode"
6464
class="ml-2 text-xs text-muted"
6565
>
66-
{{ t('studio.footer.localFilesystem') }}
66+
{{ $t('studio.footer.localFilesystem') }}
6767
</span>
6868
<UDropdownMenu
6969
v-else

0 commit comments

Comments
 (0)