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

@ -160,5 +160,7 @@
"learningPathCantModifyId": "The HRUID or language of a learning path cannot be modified.",
"error": "Error",
"ownLearningContentTitle": "Own learning content",
"ownLearningContentDescription": "Create and administrate your own learning objects and learning paths. For advanced users only."
"ownLearningContentDescription": "Create and administrate your own learning objects and learning paths. For advanced users only.",
"learningPathNotFound": "This learning path could not be found.",
"emptyLearningPath": "This learning path does not contain any learning objects."
}