From 5e19fdc0a4648e08ac31af3ec23c7d2ef1b9c4a8 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 2 Apr 2024 09:57:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=96=E3=81=AB=E3=82=82=E6=B0=97?= =?UTF-8?q?=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=9F=E3=81=A8=E3=81=93=E3=82=8D?= =?UTF-8?q?=E3=82=92=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/app/lang/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/app/lang/en.json b/apps/web/app/lang/en.json index e46bcbcc..9bbe6131 100644 --- a/apps/web/app/lang/en.json +++ b/apps/web/app/lang/en.json @@ -21,11 +21,11 @@ "check_doc": "View Sponsorship materials" }, "form": { - "title": "Contact", + "title": "Inquiry", "form_name_label": "Name", "form_name_placeholder": "John Doe", "form_email_label": "Email", - "form_text_label": "Content", + "form_text_label": "Your Inquiry", "submit": "Submit", "submit_done": "Successfully sent your message." },