diff --git a/src/locales/en.json b/src/locales/en.json
index 792d1dd..59afa56 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -9,6 +9,7 @@
}
},
"error": {
- "tryAgainToAnotherTime": "Please try again to another time."
+ "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."
}
}
\ No newline at end of file
diff --git a/src/views/NotFound.vue b/src/views/NotFound.vue
index 91432d9..59bf197 100644
--- a/src/views/NotFound.vue
+++ b/src/views/NotFound.vue
@@ -14,10 +14,16 @@ See the License for the specific language governing permissions and
limitations under the License.
-->
+
+
- The page you are looking for does not exist. Please check the URL or return to the search page.
+ {{ t('error.pageNotFound') }}
Back to Search