From 1fd08bb64a4edfbb88a9ab57aab7fafca0dcb449 Mon Sep 17 00:00:00 2001 From: Gigi Date: Tue, 21 Oct 2025 08:25:06 +0200 Subject: [PATCH] style: simplify bot filter setting text --- src/components/Settings/ExploreSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Settings/ExploreSettings.tsx b/src/components/Settings/ExploreSettings.tsx index c1d875a9..974bee77 100644 --- a/src/components/Settings/ExploreSettings.tsx +++ b/src/components/Settings/ExploreSettings.tsx @@ -61,7 +61,7 @@ const ExploreSettings: React.FC = ({ settings, onUpdate }) onChange={(e) => onUpdate({ hideBotArticlesByName: e.target.checked })} className="setting-checkbox" /> - Hide articles from accounts whose name contains "bot" + Hide articles posted by bots