Update app.vue
This commit is contained in:
parent
6c99c32100
commit
f2f0799df1
1 changed files with 1 additions and 1 deletions
|
@ -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, {
|
||||||
|
|
Loading…
Reference in a new issue