style: simplify bot filter setting text

This commit is contained in:
Gigi
2025-10-21 08:25:06 +02:00
parent d953542c93
commit 1fd08bb64a

View File

@@ -61,7 +61,7 @@ const ExploreSettings: React.FC<ExploreSettingsProps> = ({ settings, onUpdate })
onChange={(e) => onUpdate({ hideBotArticlesByName: e.target.checked })}
className="setting-checkbox"
/>
<span>Hide articles from accounts whose name contains "bot"</span>
<span>Hide articles posted by bots</span>
</label>
</div>
</div>