logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 9c4957268de656acdfceae526f18ab5250808bec
parent 6689fed5132fac12a696e87d56c2858d64c323a5
Author: Eris <femmediscord@gmail.com>
Date:   Tue, 15 Jun 2021 18:09:00 +0000

Use proper setting name

Diffstat:

Msrc/components/settings_modal/tabs/general_tab.vue2+-
Msrc/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 @@ -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 @@ -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",