Skip to content

Commit 61a2559

Browse files
j15zclaude
andcommitted
fix(search): rename logs view toggles to "Switch to Logs/Dashboard"
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent b39bb97 commit 61a2559

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/search-modal

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/search-modal/search-modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,15 +550,15 @@ function SearchModalContent({
550550
pageContext === 'logs'
551551
? {
552552
id: 'logs-show-dashboard',
553-
name: 'Visit dashboard',
553+
name: 'Switch to Dashboard',
554554
keywords: 'charts stats overview',
555555
icon: Library,
556556
context: 'logs',
557557
run: invoke('logs-show-dashboard'),
558558
}
559559
: {
560560
id: 'logs-show-logs',
561-
name: 'Visit logs',
561+
name: 'Switch to Logs',
562562
keywords: 'list executions runs',
563563
icon: Library,
564564
context: 'logsDashboard',

0 commit comments

Comments
 (0)