We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa97cac commit 05fd279Copy full SHA for 05fd279
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