Skip to content

Commit f8f601e

Browse files
committed
rm japanese in the placeholder
1 parent f4ae67f commit f8f601e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/IMEField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function IMEField() {
2020
<TextField class="w-full">
2121
<TextFieldTextArea
2222
autoResize
23-
placeholder="Type your Japanese message here"
23+
placeholder="Type your message here"
2424
ref={textArea}
2525
onInput={(e) => setInput(e.currentTarget.value)}
2626
/>

0 commit comments

Comments
 (0)