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 @@
- {{ $t('settings.hide_shoutbox') }} {{ $t('shoutbox.title') }}
+ {{ $t('general.hide') }} {{ $t('shoutbox.title') }}
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",