diff --git a/src/components/admin/sections/Apps.vue b/src/components/admin/sections/Apps.vue index 6162c92a..df69ac3e 100644 --- a/src/components/admin/sections/Apps.vue +++ b/src/components/admin/sections/Apps.vue @@ -5,7 +5,7 @@ {{ sconfig.albums_enabled - ? t('memories', 'Albums support is enabled.') + ? t('memories', 'Albums support is enabled through the Photos app.') : t('memories', 'Albums are disabled because the Photos app is not available.') }}