admin: adjust text

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/767/head
Varun Patil 2023-08-03 11:25:27 -07:00
parent a121c2d1a0
commit 5cc1819a27
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<NcNoteCard :type="sconfig.albums_enabled ? 'success' : 'warning'">
{{
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.')
}}
</NcNoteCard>