Skip to content

Commit

Permalink
FIX Hq title i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacw5 committed Sep 22, 2022
1 parent 69c2b58 commit 05edad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
]
Expand Down

0 comments on commit 05edad8

Please sign in to comment.