refactor: rename 'Offline Mode' to 'Flight Mode'

- Change 'Local Only' to 'Flight Mode' in relay status indicator
- Rename settings section from 'Offline Mode' to 'Flight Mode'
- Better reflects the airplane icon metaphor
- More intuitive terminology for local-only relay mode
This commit is contained in:
Gigi
2025-10-09 13:34:39 +01:00
parent 0f2b94cc61
commit 0478713fd5
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ export const RelayStatusIndicator: React.FC<RelayStatusIndicatorProps> = ({ rela
</>
) : (
<>
<span className="relay-status-title">Local Only</span>
<span className="relay-status-title">Flight Mode</span>
<span className="relay-status-subtitle">{connectedUrls.length} local relay{connectedUrls.length !== 1 ? 's' : ''}</span>
</>
)}

View File

@@ -18,7 +18,7 @@ const OfflineModeSettings: React.FC<OfflineModeSettingsProps> = ({ settings, onU
return (
<div className="settings-section">
<h3 className="section-title">Offline Mode</h3>
<h3 className="section-title">Flight Mode</h3>
<div className="setting-group">
<label htmlFor="useLocalRelayAsCache" className="checkbox-label">