Skip to content

Commit 0f672d3

Browse files
ui: rename ARIA tab to ARIA (AI) for clarity
1 parent 0af7211 commit 0f672d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/src/components/dialogs/SettingsDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const NAV: { id: SettingsSection; label: string; icon: React.ComponentType<{ cla
8888
{ id: 'connection', label: 'Connection', icon: Network },
8989
{ id: 'logging', label: 'Logging', icon: FileText },
9090
{ id: 'security', label: 'Security', icon: Lock },
91-
{ id: 'ai', label: 'ARIA', icon: Sparkles },
91+
{ id: 'ai', label: 'ARIA (AI)', icon: Sparkles },
9292
{ id: 'about', label: 'About', icon: Info },
9393
]
9494

0 commit comments

Comments
 (0)