diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-12 21:41:27 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-12 21:41:27 +0900 |
| commit | a99478e2ea3532ee6ec8bf538b5b30f2b4d79211 (patch) | |
| tree | 0b6bd0355b73de479abda135a78abb9f5372789d /src | |
| parent | :art: (diff) | |
| download | sharkey-a99478e2ea3532ee6ec8bf538b5b30f2b4d79211.tar.gz sharkey-a99478e2ea3532ee6ec8bf538b5b30f2b4d79211.tar.bz2 sharkey-a99478e2ea3532ee6ec8bf538b5b30f2b4d79211.zip | |
fix title
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/pages/settings/index.vue | 2 |
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)', }; |