mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-06-30 19:58:19 +08:00
Align the "ask" button with the i18n keyword (#286)
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user