Change fanout tab name.

This commit is contained in:
Jack Kingsman
2026-03-06 00:41:34 -08:00
parent bb13d223ca
commit 58daf63d00
4 changed files with 13 additions and 13 deletions
@@ -13,7 +13,7 @@ export const SETTINGS_SECTION_LABELS: Record<SettingsSection, string> = {
radio: '📻 Radio',
local: '🖥️ Local Configuration',
database: '🗄️ Database & Messaging',
fanout: '📤 MQTT & Forwarding',
fanout: '📤 MQTT & Automation',
statistics: '📊 Statistics',
about: 'About',
};