Skip to content

Commit df0bfd1

Browse files
committed
Controls.vue: revert commit 5ce79ab
This was clearly not tested.
1 parent 246e58c commit df0bfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/dev/Controls.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export default {
334334
availableLocales() {
335335
return VueI18n.global.availableLocales.map((l) => ({
336336
value: l,
337-
text: this.$t('global.language', { locale: l }, 1),
337+
text: this.$t('global.language', 1, { locale: l }),
338338
}))
339339
},
340340
config() {

0 commit comments

Comments
 (0)