Add translation for the back to search link on the not found view

This commit is contained in:
2026-05-19 21:47:49 +02:00
parent ffaa6200c3
commit c8f8022f44
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -11,5 +11,10 @@
"error": {
"tryAgainToAnotherTime": "Please try again to another time.",
"pageNotFound": "The page you are looking for does not exist. Please check the URL or return to the search page."
},
"links": {
"back": {
"search": "Back to Search"
}
}
}