Skip to content

Commit

Permalink
Fix maintenance settings title (knadh#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
s3n-w6i authored Dec 11, 2022
1 parent e71c060 commit c773dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const routes = [
{
path: '/settings/maintenance',
name: 'maintenance',
meta: { title: 'logs.title', group: 'settings' },
meta: { title: 'maintenance.title', group: 'settings' },
component: () => import(/* webpackChunkName: "main" */ '../views/Maintenance.vue'),
},
];
Expand Down

0 comments on commit c773dc0

Please sign in to comment.