feat(frontend): Zoekfunctie voor leerpaden geïmplementeerd
This commit is contained in:
parent
a9643838b7
commit
f9e2166504
9 changed files with 186 additions and 14 deletions
|
@ -8,5 +8,11 @@
|
|||
"logout": "log out",
|
||||
"error_title": "Error",
|
||||
"previous": "Previous",
|
||||
"next": "Next"
|
||||
"next": "Next",
|
||||
"search": "Search...",
|
||||
"yearsAge": "years",
|
||||
"enterSearchTerm": "Search learning paths",
|
||||
"enterSearchTermDescription": "Please enter a search term.",
|
||||
"noLearningPathsFound": "Nothing found!",
|
||||
"noLearningPathsFoundDescription": "There are no learning paths matching your search term."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue