diff --git a/dashboard/src/components/BackupDialog.vue b/dashboard/src/components/BackupDialog.vue index d827646e3..476cd4a6b 100644 --- a/dashboard/src/components/BackupDialog.vue +++ b/dashboard/src/components/BackupDialog.vue @@ -297,7 +297,7 @@ defineExpose({
{{ formError.generic }}
Backups in the old storage location have to be removed manually.
{{ $t('backups.configureBackupStorage.formatChangeNote') }}
- +{{ $t('backups.configureBackupStorage.encryptionDescription') }}
{{ $t('backups.backupDetails.list', { appCount: infoBackup.contents.length }) }}:
- {{ content.label || content.fqdn }} + {{ content.label || content.fqdn }} {{ content.id }} diff --git a/dashboard/src/components/DomainDialog.vue b/dashboard/src/components/DomainDialog.vue index 60867c4a1..b348b4fe2 100644 --- a/dashboard/src/components/DomainDialog.vue +++ b/dashboard/src/components/DomainDialog.vue @@ -292,7 +292,7 @@ defineExpose({- {{ $t('network.configureIp.providerGenericDescription') }} + {{ $t('network.configureIp.providerGenericDescription') }}
diff --git a/dashboard/src/components/PrivateRegistry.vue b/dashboard/src/components/PrivateRegistry.vue index 7b1e521ed..c183c5578 100644 --- a/dashboard/src/components/PrivateRegistry.vue +++ b/dashboard/src/components/PrivateRegistry.vue @@ -126,7 +126,7 @@ onMounted(async () => {