diff --git a/front-end/src/App.svelte b/front-end/src/App.svelte
index 2b1097a..c943e65 100644
--- a/front-end/src/App.svelte
+++ b/front-end/src/App.svelte
@@ -25,8 +25,9 @@
const { key } = parsePath();
if (!key) {
setError({
- status: 404,
- title: "Question not found",
+ status: 400,
+ title:
+ "Question key is missing. Please ask for a valid link to the feedback form.",
});
return;
}
@@ -80,14 +81,15 @@
{:else if error}