summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-10-12 21:41:27 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-10-12 21:41:27 +0900
commita99478e2ea3532ee6ec8bf538b5b30f2b4d79211 (patch)
tree0b6bd0355b73de479abda135a78abb9f5372789d
parent:art: (diff)
downloadsharkey-a99478e2ea3532ee6ec8bf538b5b30f2b4d79211.tar.gz
sharkey-a99478e2ea3532ee6ec8bf538b5b30f2b4d79211.tar.bz2
sharkey-a99478e2ea3532ee6ec8bf538b5b30f2b4d79211.zip
fix title
-rw-r--r--src/client/pages/settings/index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/settings/index.vue b/src/client/pages/settings/index.vue
index 39b9a85618..cc3fd44f70 100644
--- a/src/client/pages/settings/index.vue
+++ b/src/client/pages/settings/index.vue
@@ -38,7 +38,7 @@ export default defineComponent({
setup(props, context) {
const indexInfo = {
- title: i18n.locale.controllPanel,
+ title: i18n.locale.settings,
icon: 'fas fa-cog',
bg: 'var(--bg)',
};