style: update bot filter setting to 'Hide content posted by bots'

This commit is contained in:
Gigi
2025-10-21 08:27:06 +02:00
parent 1fd08bb64a
commit 35018fef91

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 posted by bots</span>
<span>Hide content posted by bots</span>
</label>
</div>
</div>