Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
feat: お問合せ先にContactを先に明示するように
Browse files Browse the repository at this point in the history
  • Loading branch information
origamium committed Apr 6, 2020
1 parent ddc7c35 commit 868b779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SideNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default Vue.extend({
link: this.localePath('/about')
},
{
title: this.$t('お問い合わせ先一覧'),
title: this.$t('CONTACT|お問い合わせ先一覧'),
link: this.localePath('/contacts')
},
{
Expand Down

0 comments on commit 868b779

Please sign in to comment.