diff options
Diffstat (limited to 'backend/routes')
-rw-r--r-- | backend/routes/forms/submit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/routes/forms/submit.py b/backend/routes/forms/submit.py index d8b178f..c50e4dd 100644 --- a/backend/routes/forms/submit.py +++ b/backend/routes/forms/submit.py @@ -165,7 +165,7 @@ class SubmitForm(Route): # Build Embed embed = { "title": "New Form Response", - "description": f"{user_mention} submitted a response.", + "description": f"{user_mention} submitted a response to `{form.name}`.", "url": f"{FRONTEND_URL}/path_to_view_form/{response.id}", # noqa # TODO: Enter Form View URL "timestamp": response.timestamp, "color": 7506394, |