From 149941828f4cd751e20e8a94644567b89e0e61ea Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Wed, 15 Jul 2020 09:56:46 -0500 Subject: [PATCH] Improve layout of the Notifications Filters section --- .../settings_modal/tabs/notifications_tab.vue | 15 +++++---------- src/i18n/en.json | 3 +-- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/src/components/settings_modal/tabs/notifications_tab.vue b/src/components/settings_modal/tabs/notifications_tab.vue index eb9d5598..86eed3f5 100644 --- a/src/components/settings_modal/tabs/notifications_tab.vue +++ b/src/components/settings_modal/tabs/notifications_tab.vue @@ -2,16 +2,11 @@

{{ $t('settings.notification_setting_filters') }}

-
- {{ $t('settings.notification_setting') }} -
    -
  • - - {{ $t('settings.notification_setting_block_from_strangers') }} - -
  • -
-
+

+ + {{ $t('settings.notification_setting_block_from_strangers') }} + +

diff --git a/src/i18n/en.json b/src/i18n/en.json index 98834359..dc714bce 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -433,8 +433,7 @@ "greentext": "Meme arrows", "notifications": "Notifications", "notification_setting_filters": "Filters", - "notification_setting": "Block notifications from:", - "notification_setting_block_from_strangers": "Users who you do not follow", + "notification_setting_block_from_strangers": "Block notifications from users who you do not follow", "notification_setting_privacy": "Privacy", "notification_setting_hide_notification_contents": "Hide the sender and contents of push notifications", "notification_mutes": "To stop receiving notifications from a specific user, use a mute.",