refactor: simplify rebroadcast setting text

- Change 'Rebroadcast events to all relays' to 'Rebroadcast events while browsing'
- More concise and user-friendly wording
This commit is contained in:
Gigi
2025-10-09 13:11:25 +01:00
parent a9c73d35ef
commit e114223e46

View File

@@ -42,7 +42,7 @@ const OfflineModeSettings: React.FC<OfflineModeSettingsProps> = ({ settings, onU
onChange={(e) => onUpdate({ rebroadcastToAllRelays: e.target.checked })}
className="setting-checkbox"
/>
<span>Rebroadcast events to all relays</span>
<span>Rebroadcast events while browsing</span>
</label>
</div>