diff --git a/components/layouts/Header.vue b/components/layouts/Header.vue index 46cf19d..d1d5af8 100644 --- a/components/layouts/Header.vue +++ b/components/layouts/Header.vue @@ -2,7 +2,7 @@ - 研究室希望配属調査 + 研究室配属希望調査 diff --git a/functions/index.js b/functions/index.js index 03b7bcd..7e13adc 100644 --- a/functions/index.js +++ b/functions/index.js @@ -71,7 +71,7 @@ const userInqueries = (data) => { return `${data.name}さん お問い合わせありがとうございます。 -研究室希望配属調査管理チームでございます。 +研究室配属希望調査管理チームでございます。 以下、お問い合わせ内容となります。 @@ -102,7 +102,7 @@ ${data.message} const userLoginDataMail = (data) => { return `${data.name}さん -研究室希望配属調査管理チームでございます。 +研究室配属希望調査管理チームでございます。 研究室配属希望調査のログイン情報を記載しておりますので、ご確認をお願い致します。 今回の目的: ${data.status}入力 diff --git a/pages/index.vue b/pages/index.vue index 392e540..540a328 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -59,7 +59,7 @@ export default { data() { return { validate: false, - title: '研究室希望配属調査', + title: '研究室配属希望調査', subtitle: 'ご自身のメールアドレスと配布されたパスワードを入力してください', email: '', emailRules: {