feat(frontend): gebruikersvriendelijkere foutmeldingen voor foutieve leerpaden

This commit is contained in:
Gerald Schmittinger 2025-05-14 23:10:31 +02:00
parent ac933df57b
commit 759282f1c6
7 changed files with 22 additions and 8 deletions

View file

@ -27,7 +27,7 @@
<div v-if="isError">
<v-empty-state
icon="mdi-alert-circle-outline"
:text="errorMessage"
:text="t(errorMessage)"
:title="t('error_title')"
></v-empty-state>
</div>