Skip to content

Commit f16165c

Browse files
committed
Say "stop" instead of "interrupt" in generating indicator
1 parent 7340c60 commit f16165c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/code/src/renderer/features/sessions/components/GeneratingIndicator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export function GeneratingIndicator({
151151
<Brain size={12} className="ph-pulse" />
152152
<Text size="1">{activity}...</Text>
153153
<Text size="1" color="gray">
154-
(Esc to interrupt
154+
(Esc to stop
155155
</Text>
156156
<Circle
157157
size={4}

0 commit comments

Comments
 (0)