fixed missing admin menu translation

This commit is contained in:
Grzegorz Leoniec 2018-12-18 10:19:20 +01:00
parent a481f64958
commit b546126583
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -53,7 +53,7 @@ export default {
path: `/admin/tags`
},
{
name: 'Settings',
name: this.$t('admin.settings.name'),
path: `/admin/settings`
}
]