From 9b157ff01e6039ada03a2febb1cacc591ec75bb3 Mon Sep 17 00:00:00 2001 From: Ji TANG Date: Thu, 27 Apr 2023 09:49:13 +0200 Subject: [PATCH] Align the "ask" button with the i18n keyword (#286) --- src/components/InputBox/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/InputBox/index.jsx b/src/components/InputBox/index.jsx index b7db950..6ba578b 100644 --- a/src/components/InputBox/index.jsx +++ b/src/components/InputBox/index.jsx @@ -95,7 +95,7 @@ export function InputBox({ onSubmit, enabled, port, reverseResizeDir }) { }} onClick={handleKeyDownOrClick} > - {enabled ? t('Send') : t('Stop')} + {enabled ? t('Ask') : t('Stop')} )