Update ErrorVaultDecrypt.razor typo (#928)

This commit is contained in:
Leendert de Borst
2025-06-17 18:51:22 +02:00
committed by Leendert de Borst
parent 65944b1523
commit 4e3c992c24

View File

@@ -1,6 +1,6 @@
<div class="relative p-6 sm:p-8 bg-white dark:bg-gray-700 rounded-lg sm:shadow-xl max-w-md w-full mx-auto">
<div class="text-center">
<h2 class="mt-4 text-xl font-semibold text-gray-900 dark:text-white">Vault decryption error.</h2>
<p class="mt-2 text-sm text-gray-500 dark:text-gray-400">An error occured while locally decrypting your vault. Your data is not accessible at this moment. Please try again (later) or contact support.</p>
<p class="mt-2 text-sm text-gray-500 dark:text-gray-400">An error occurred while locally decrypting your vault. Your data is not accessible at this moment. Please try again (later) or contact support.</p>
</div>
</div>