From 00f2b14c553abe370facbb418798874807883150 Mon Sep 17 00:00:00 2001 From: dragon1211 Date: Tue, 5 Oct 2021 17:43:08 -0700 Subject: [PATCH] fixed contact blade --- backend/resources/views/pages/contact/complete.blade.php | 2 +- backend/resources/views/pages/contact/index.blade.php | 2 +- backend/resources/views/pages/contact/unknown_error.blade.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/resources/views/pages/contact/complete.blade.php b/backend/resources/views/pages/contact/complete.blade.php index 31cc5057..f2800326 100644 --- a/backend/resources/views/pages/contact/complete.blade.php +++ b/backend/resources/views/pages/contact/complete.blade.php @@ -1,6 +1,6 @@ @extends('pages.contact.layout') -@section('title', 'Contact us') +@section('title', 'お問い合わせ完了') @section('content')
diff --git a/backend/resources/views/pages/contact/index.blade.php b/backend/resources/views/pages/contact/index.blade.php index 31cc5057..39f212af 100644 --- a/backend/resources/views/pages/contact/index.blade.php +++ b/backend/resources/views/pages/contact/index.blade.php @@ -1,6 +1,6 @@ @extends('pages.contact.layout') -@section('title', 'Contact us') +@section('title', 'お問い合わせ') @section('content')
diff --git a/backend/resources/views/pages/contact/unknown_error.blade.php b/backend/resources/views/pages/contact/unknown_error.blade.php index 31cc5057..72e7a126 100644 --- a/backend/resources/views/pages/contact/unknown_error.blade.php +++ b/backend/resources/views/pages/contact/unknown_error.blade.php @@ -1,6 +1,6 @@ @extends('pages.contact.layout') -@section('title', 'Contact us') +@section('title', 'Unknown Error') @section('content')