diff --git a/packages/client/src/pages/settings/sounds.vue b/packages/client/src/pages/settings/sounds.vue index 490a1b551..d01e87c1f 100644 --- a/packages/client/src/pages/settings/sounds.vue +++ b/packages/client/src/pages/settings/sounds.vue @@ -1,24 +1,24 @@ - {{ $ts.masterVolume }} + {{ i18n.ts.masterVolume }} - {{ $ts.sounds }} + {{ i18n.ts.sounds }} {{ $t('_sfx.' + type) }} - {{ sounds[type].type || $ts.none }} + {{ sounds[type].type || i18n.ts.none }} - {{ $ts.default }} + {{ i18n.ts.default }} -