Align the "ask" button with the i18n keyword (#286)

This commit is contained in:
Ji TANG
2023-04-27 09:49:13 +02:00
committed by GitHub
parent 7c5046ccff
commit 9b157ff01e
+1 -1
View File
@@ -95,7 +95,7 @@ export function InputBox({ onSubmit, enabled, port, reverseResizeDir }) {
}}
onClick={handleKeyDownOrClick}
>
{enabled ? t('Send') : t('Stop')}
{enabled ? t('Ask') : t('Stop')}
</button>
</div>
)