logo

pleroma-fe

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

Make locale language cleaner

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="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 @@ -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",