From 5cc1819a276d02b34fd06aef1eebe9816ab4d89b Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Thu, 3 Aug 2023 11:25:27 -0700 Subject: [PATCH] admin: adjust text Signed-off-by: Varun Patil --- src/components/admin/sections/Apps.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.') }}