aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEris <femmediscord@gmail.com>2021-06-15 18:09:00 +0000
committerHenry Jameson <me@hjkos.com>2021-06-17 13:21:25 +0300
commit9c4957268de656acdfceae526f18ab5250808bec (patch)
tree17ce3a83b8f107a6dafee90ba3c653e8baa3ca07
parent6689fed5132fac12a696e87d56c2858d64c323a5 (diff)
Use proper setting name
-rw-r--r--src/components/settings_modal/tabs/general_tab.vue2
-rw-r--r--src/i18n/en.json2
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 d08dfae3..71780e00 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="instanceShoutboxPresent">
<BooleanSetting path="hideShoutbox">
- {{ $t('general.hide') }} {{ $t('shoutbox.title') }}
+ {{ $t('settings.hide_shoutbox') }}
</BooleanSetting>
</li>
</ul>
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 315c8f62..86870447 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -75,7 +75,6 @@
"confirm": "Confirm",
"verify": "Verify",
"close": "Close",
- "hide": "Hide",
"peek": "Peek",
"role": {
"admin": "Admin",
@@ -351,6 +350,7 @@
"hide_all_muted_posts": "Hide muted posts",
"max_thumbnails": "Maximum amount of thumbnails per post",
"hide_isp": "Hide instance-specific panel",
+ "hide_shoutbox": "Hide instance shoutbox",
"right_sidebar": "Show sidebar on the right side",
"hide_wallpaper": "Hide instance wallpaper",
"preload_images": "Preload images",