Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/layouts/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-app-bar app dark color="primary" class="elevation-0">
<v-app-bar-nav-icon class="appbar__icon" @click="toggle" />
<v-toolbar-title class="toolbar__title">
<NuxtLink to="/" class="toolbar__text">研究室希望配属調査</NuxtLink>
<NuxtLink to="/" class="toolbar__text">研究室配属希望調査</NuxtLink>
</v-toolbar-title>

<v-tabs v-if="isLoggined" class="appbar__tabs">
Expand Down
4 changes: 2 additions & 2 deletions functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const userInqueries = (data) => {
return `${data.name}さん

お問い合わせありがとうございます。
研究室希望配属調査管理チームでございます
研究室配属希望調査管理チームでございます

以下、お問い合わせ内容となります。

Expand Down Expand Up @@ -102,7 +102,7 @@ ${data.message}
const userLoginDataMail = (data) => {
return `${data.name}さん

研究室希望配属調査管理チームでございます
研究室配属希望調査管理チームでございます
研究室配属希望調査のログイン情報を記載しておりますので、ご確認をお願い致します。

今回の目的: ${data.status}入力
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
data() {
return {
validate: false,
title: '研究室希望配属調査',
title: '研究室配属希望調査',
subtitle: 'ご自身のメールアドレスと配布されたパスワードを入力してください',
email: '',
emailRules: {
Expand Down