Skip to content

Commit 71ea7e5

Browse files
authored
fix(cmdk): New Chat -> New chat (#6543)
1 parent ff378fa commit 71ea7e5

1 file changed

Lines changed: 1 addition & 1 deletion

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ function SearchModalContent({
10911091
: [],
10921092
[orderedSections, entriesBySection, isSearching]
10931093
)
1094-
const askSimLabel = searchQuery ? `New Chat: ${searchQuery}` : 'Start a new chat'
1094+
const askSimLabel = searchQuery ? `New chat: ${searchQuery}` : 'Start a new chat'
10951095
const sectionGroups = useMemo(() => {
10961096
if (isSearching) return []
10971097
const actionEntriesByLabel = (label: ActionGroupLabel) =>

0 commit comments

Comments
 (0)