Fix typo in app count

This commit is contained in:
Girish Ramakrishnan
2025-10-20 15:03:02 +02:00
parent adee5fa25f
commit c0ea5c31eb
2 changed files with 2 additions and 2 deletions
@@ -318,7 +318,7 @@ defineExpose({ refresh });
<br/>
<div style="margin-bottom: 5px">{{ $t('backups.backupDetails.list', { appCount: infoBackup.contents.length }) }}:</div>
<div style="margin-bottom: 5px">{{ $t('backups.backupDetails.list', { appCount: infoBackup.appCount }) }}:</div>
<div v-for="content in infoBackup.contents" :key="content.id">
<a v-if="content.id === 'mail'" href="/#/mailboxes">{{ content.label }}</a>
<a v-else-if="content.fqdn" :href="`/#/app/${content.id}/backups`">{{ content.label || content.fqdn }}</a>