diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index 7906daa5ea..fa9b481e54 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -55,7 +55,7 @@ - {{ t('dashboard', 'Get more widgets from the app store') }} + {{ t('dashboard', 'Get more widgets from the app store') }}

{{ t('dashboard', 'Change background image') }}

@@ -95,6 +95,7 @@ export default { ], data() { return { + isAdmin: getCurrentUser().isAdmin, timer: new Date(), registeredStatus: [], callbacks: {},