Skip to content

Commit 478dbc2

Browse files
committed
Change Stop => Esc
1 parent 9f99528 commit 478dbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/components/stop-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const StopButton = ({ onClick }: StopButtonProps) => {
2424
fg={theme.secondary}
2525
attributes={hovered ? TextAttributes.BOLD : TextAttributes.NONE}
2626
>
27-
Stop
27+
Esc
2828
</span>
2929
</text>
3030
</Button>

0 commit comments

Comments
 (0)