From 69035c3dab61b5c792ce4706f3fe7ec4b03e6ca9 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 22 Mar 2022 08:58:12 -0400 Subject: [PATCH] Add hint to clarify Feed settings --- app/soapbox/features/preferences/index.tsx | 10 ++++++++-- app/soapbox/locales/en.json | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/preferences/index.tsx b/app/soapbox/features/preferences/index.tsx index a770fb776..df0d20639 100644 --- a/app/soapbox/features/preferences/index.tsx +++ b/app/soapbox/features/preferences/index.tsx @@ -111,11 +111,17 @@ const Preferences = () => { return (
- }> + } + hint={} + > - }> + } + hint={} + > diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index b3d3d18ad..ea087e446 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.json @@ -713,6 +713,7 @@ "preferences.fields.system_font_label": "Use system's default font", "preferences.fields.underline_links_label": "Always underline links in posts", "preferences.fields.unfollow_modal_label": "Show confirmation dialog before unfollowing someone", + "preferences.hints.feed": "In your home feed", "preferences.hints.content_type_markdown": "Warning: experimental!", "preferences.hints.demetricator": "Decrease social media anxiety by hiding all numbers from the site.", "preferences.hints.halloween": "Beware: SPOOKY! Supports light/dark toggle.",