From 868b779cfa79a631817500562562a7651bb89ab7 Mon Sep 17 00:00:00 2001 From: ONOUE Origami Date: Tue, 7 Apr 2020 00:02:30 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=81=8A=E5=95=8F=E5=90=88=E3=81=9B?= =?UTF-8?q?=E5=85=88=E3=81=ABContact=E3=82=92=E5=85=88=E3=81=AB=E6=98=8E?= =?UTF-8?q?=E7=A4=BA=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SideNavigation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/SideNavigation.vue b/components/SideNavigation.vue index 46734708..134988ac 100644 --- a/components/SideNavigation.vue +++ b/components/SideNavigation.vue @@ -162,7 +162,7 @@ export default Vue.extend({ link: this.localePath('/about') }, { - title: this.$t('お問い合わせ先一覧'), + title: this.$t('CONTACT|お問い合わせ先一覧'), link: this.localePath('/contacts') }, {