mirror of
https://github.com/dergigi/boris.git
synced 2026-01-11 19:04:21 +01:00
style: simplify bot filter setting text
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user