From 05edad87e527f51d7f228d6fc023d9775e4daaf5 Mon Sep 17 00:00:00 2001
From: Andrea Tombolato <andreacw96@gmail.com>
Date: Thu, 22 Sep 2022 18:20:21 +0200
Subject: [PATCH] FIX Hq title i18n

---
 package.json            | 2 +-
 src/layouts/default.vue | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 448cdaa..a998b31 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "prociv-website",
-  "version": "1.0.5",
+  "version": "1.0.6",
   "description": "Sito della protezione civile di settimo milanese",
   "author": "Andrea Tombolato <andreacw96@gmail.com> (https://github.com/andreacw5)",
   "private": true,
diff --git a/src/layouts/default.vue b/src/layouts/default.vue
index 72ae0d2..c58e2b1 100644
--- a/src/layouts/default.vue
+++ b/src/layouts/default.vue
@@ -87,7 +87,7 @@ export default {
         { icon: 'home', i18n: 'menu.home', path: '/'},
         { icon: 'account-group', i18n: 'menu.about', path: '/about'},
         { icon: 'shield-alert-outline', i18n: 'operations.title', path: '/operations'},
-        { icon: 'office-building', i18n: 'menu.headquarters', path: '/headquarter'},
+        { icon: 'office-building', i18n: 'headquarters.title', path: '/headquarter'},
         { icon: 'account-group', i18n: 'menu.volunteer', path: '/volunteer'},
         { icon: 'car-settings', i18n: 'menu.vehicles', path: '/vehicle'},
       ]