Skip to content

Commit 643874b

Browse files
feat: Pause -> Stop (#6712)
1 parent 2e11347 commit 643874b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/components/mainInput/Lump/LumpToolbar/StreamingToolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function StreamingToolbar() {
1414
onClick={() => void dispatch(cancelStream())}
1515
className="text-2xs cursor-pointer px-1.5 py-0.5 hover:brightness-125"
1616
>
17-
<span className="text-description">Pause</span>
17+
<span className="text-description">Stop</span>
1818
{/* JetBrains overrides cmd+backspace, so we have to use another shortcut */}
1919
<span className="text-description-muted ml-1 opacity-75">
2020
{jetbrains ? getAltKeyLabel() : getMetaKeyLabel()}

0 commit comments

Comments
 (0)