chore: fix i18n

This commit is contained in:
josc146
2023-04-27 23:26:02 +08:00
parent 8ca9c755c3
commit 30e9641b2a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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}