mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-09-12 12:17:39 +02:00
Improve decrypting error message
This commit is contained in:
@@ -901,6 +901,7 @@
|
||||
"today": "Heute",
|
||||
"loading": "Loading calendar",
|
||||
"decrypting": "wird entschlüsselt...",
|
||||
"decryptingError": "Entschlüsselung fehlgeschlagen. Bitte neu anmelden.",
|
||||
"shownAppointments": {
|
||||
"title": "Termine",
|
||||
"options": {
|
||||
|
||||
@@ -910,6 +910,7 @@
|
||||
"today": "Today",
|
||||
"loading": "Loading calendar",
|
||||
"decrypting": "decrypting...",
|
||||
"decryptingError": "Unable to decrypt data. Please log-in again",
|
||||
"shownAppointments": {
|
||||
"title": "Appointments",
|
||||
"options": {
|
||||
|
||||
@@ -84,7 +84,9 @@
|
||||
|
||||
{#if error}
|
||||
<div class="text-destructive flex h-full items-center gap-1 px-1">
|
||||
<Text style="xs" class="leading-none" title={error}>⚠️</Text>
|
||||
<Text style="xs" class="leading-none" title={error}>
|
||||
⚠️ {m["calendar.decryptingError"]()}
|
||||
</Text>
|
||||
</div>
|
||||
{:else if decrypted === undefined}
|
||||
<div class="flex h-full items-center gap-1 px-1">
|
||||
|
||||
Reference in New Issue
Block a user