Make locale language cleaner

This commit is contained in:
Eris 2021-06-15 00:25:09 +00:00 committed by Henry Jameson
parent 0a3ce9cc8b
commit 4ecbb58086
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
</li>
<li v-if="shout">
<BooleanSetting path="hideShoutbox">
{{ $t('settings.hide_shoutbox') }} {{ $t('shoutbox.title') }}
{{ $t('general.hide') }} {{ $t('shoutbox.title') }}
</BooleanSetting>
</li>
</ul>