chg: frontend: routes: errorhandling

This commit is contained in:
Alex
2024-10-09 18:07:28 +02:00
parent c008bcad0b
commit 3b3dc9d251
4 changed files with 19 additions and 28 deletions

View File

@@ -35,7 +35,7 @@
in:receive={{ key: error.id }}
out:send={{ key: error.id }}
>
{error.error}
{$t(error.key)}
</h4>
{/each}
{/if}