From 1460851d7fb7ead63d5a4d42e225682eb5c69551 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 17 Feb 2020 05:38:00 +0900 Subject: [PATCH] Update app.vue --- src/client/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app.vue b/src/client/app.vue index 82e118a8b..4228cf9b0 100644 --- a/src/client/app.vue +++ b/src/client/app.vue @@ -380,7 +380,7 @@ export default Vue.extend({ avatar: this.$store.state.i, }, { type: 'link', - text: this.$t('settings'), + text: this.$t('accountSettings'), to: '/my/settings', icon: faCog, }, null, ...accountItems, {