We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5046c commit 9b157ffCopy full SHA for 9b157ff
1 file changed
src/components/InputBox/index.jsx
@@ -95,7 +95,7 @@ export function InputBox({ onSubmit, enabled, port, reverseResizeDir }) {
95
}}
96
onClick={handleKeyDownOrClick}
97
>
98
- {enabled ? t('Send') : t('Stop')}
+ {enabled ? t('Ask') : t('Stop')}
99
</button>
100
</div>
101
)
0 commit comments