Skip to content

Commit 9b157ff

Browse files
authored
Align the "ask" button with the i18n keyword (#286)
1 parent 7c5046c commit 9b157ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/InputBox/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function InputBox({ onSubmit, enabled, port, reverseResizeDir }) {
9595
}}
9696
onClick={handleKeyDownOrClick}
9797
>
98-
{enabled ? t('Send') : t('Stop')}
98+
{enabled ? t('Ask') : t('Stop')}
9999
</button>
100100
</div>
101101
)

0 commit comments

Comments
 (0)