We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ae67f commit f8f601eCopy full SHA for f8f601e
src/components/IMEField.tsx
@@ -20,7 +20,7 @@ export function IMEField() {
20
<TextField class="w-full">
21
<TextFieldTextArea
22
autoResize
23
- placeholder="Type your Japanese message here"
+ placeholder="Type your message here"
24
ref={textArea}
25
onInput={(e) => setInput(e.currentTarget.value)}
26
/>
0 commit comments