From a99478e2ea3532ee6ec8bf538b5b30f2b4d79211 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Tue, 12 Oct 2021 21:41:27 +0900
Subject: [PATCH] fix title

---
 src/client/pages/settings/index.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)',
 		};