diff options
| author | Eris <femmediscord@gmail.com> | 2021-06-15 00:25:09 +0000 |
|---|---|---|
| committer | Eris <femmediscord@gmail.com> | 2021-06-15 00:25:09 +0000 |
| commit | 5047663c513841ea708f58e672bf193a55a96a82 (patch) | |
| tree | dd70379091e3e53202d8702366c4e9eb1351f17d | |
| parent | cbccea054698916a083b7906898b50039cdd411c (diff) | |
Make locale language cleaner
| -rw-r--r-- | src/components/settings_modal/tabs/general_tab.vue | 2 | ||||
| -rw-r--r-- | src/i18n/en.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/settings_modal/tabs/general_tab.vue b/src/components/settings_modal/tabs/general_tab.vue index 3a9af1ea..8c255dd3 100644 --- a/src/components/settings_modal/tabs/general_tab.vue +++ b/src/components/settings_modal/tabs/general_tab.vue @@ -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> diff --git a/src/i18n/en.json b/src/i18n/en.json index 79dcb919..247b7167 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -75,6 +75,7 @@ "confirm": "Confirm", "verify": "Verify", "close": "Close", + "hide": "Hide", "peek": "Peek", "role": { "admin": "Admin", @@ -349,7 +350,6 @@ "max_thumbnails": "Maximum amount of thumbnails per post", "hide_isp": "Hide instance-specific panel", "right_sidebar": "Show sidebar on the right side", - "hide_shoutbox": "Hide ", "hide_wallpaper": "Hide instance wallpaper", "preload_images": "Preload images", "use_one_click_nsfw": "Open NSFW attachments with just one click", |
