v1.5-beta.1

This commit is contained in:
carodej
2020-05-19 09:52:04 +02:00
parent 8255597fd5
commit 67b9416f64
23 changed files with 190 additions and 171 deletions

View File

@@ -26,17 +26,17 @@
navigation: [
{
icon: 'user',
title: 'Profile Settings',
title: this.$t('menu.profile'),
routeName: 'Profile',
},
{
icon: 'lock',
title: 'Password',
title: this.$t('menu.password'),
routeName: 'Password',
},
{
icon: 'hard-drive',
title: 'Storage',
title: this.$t('menu.storage'),
routeName: 'Storage',
},
]