Skip to content

Commit 62c65bf

Browse files
authored
Fix translation in Editor loading screen
1 parent cf4c9db commit 62c65bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Editor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div v-if="!errors.load && !errors.unsupported">
3232
<p>
3333
<font-awesome icon="asterisk" :spin="true" />
34-
{{ $('editor.loading' )}}
34+
{{ $t('editor.loading' )}}
3535
</p>
3636
</div>
3737

0 commit comments

Comments
 (0)