fix title
This commit is contained in:
parent
12635da473
commit
a99478e2ea
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export default defineComponent({
|
||||||
|
|
||||||
setup(props, context) {
|
setup(props, context) {
|
||||||
const indexInfo = {
|
const indexInfo = {
|
||||||
title: i18n.locale.controllPanel,
|
title: i18n.locale.settings,
|
||||||
icon: 'fas fa-cog',
|
icon: 'fas fa-cog',
|
||||||
bg: 'var(--bg)',
|
bg: 'var(--bg)',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue