Update app.vue

This commit is contained in:
syuilo 2020-02-17 05:38:00 +09:00
parent 6c99c32100
commit f2f0799df1
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ export default Vue.extend({
avatar: this.$store.state.i, avatar: this.$store.state.i,
}, { }, {
type: 'link', type: 'link',
text: this.$t('settings'), text: this.$t('accountSettings'),
to: '/my/settings', to: '/my/settings',
icon: faCog, icon: faCog,
}, null, ...accountItems, { }, null, ...accountItems, {