From 99f8a732242b5baab99aefd06bbcb94eb1369256 Mon Sep 17 00:00:00 2001 From: miboelae Date: Thu, 9 May 2024 16:44:58 +0200 Subject: [PATCH] small fix --- frontend/src/i18n/locales/en.ts | 1 + frontend/src/i18n/locales/nl.ts | 1 + frontend/src/views/ProjectView.vue | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/i18n/locales/en.ts b/frontend/src/i18n/locales/en.ts index 789e74ad..e77fe4d1 100644 --- a/frontend/src/i18n/locales/en.ts +++ b/frontend/src/i18n/locales/en.ts @@ -58,6 +58,7 @@ export default { not_found: "No projects found.", archived: "Archived", not_finished: "Not Finished", + not_found2: "Project not found", }, navigation: { home: "Home", diff --git a/frontend/src/i18n/locales/nl.ts b/frontend/src/i18n/locales/nl.ts index b146b7b1..a396228b 100644 --- a/frontend/src/i18n/locales/nl.ts +++ b/frontend/src/i18n/locales/nl.ts @@ -58,6 +58,7 @@ export default { not_found: "Geen projecten teruggevonden.", archived: "Gearchiveerd", not_finished: "Onafgewerkt", + not_found2: "Project niet teruggevonden", }, navigation: { home: "Hoofdscherm", diff --git a/frontend/src/views/ProjectView.vue b/frontend/src/views/ProjectView.vue index 10fedc2d..93e0fd01 100644 --- a/frontend/src/views/ProjectView.vue +++ b/frontend/src/views/ProjectView.vue @@ -1,7 +1,7 @@