mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-18 12:20:15 +08:00
chore: fix i18n
This commit is contained in:
@@ -80,7 +80,7 @@ export function InputBox({ onSubmit, enabled, port, reverseResizeDir }) {
|
||||
}
|
||||
placeholder={
|
||||
enabled
|
||||
? t('Type your question here\nEnter to send\nShift + enter to break line')
|
||||
? t('Type your question here\nEnter to send, shift + enter to break line')
|
||||
: t('Type your question here\nEnter to stop generating\nShift + enter to break line')
|
||||
}
|
||||
value={value}
|
||||
|
||||
Reference in New Issue
Block a user