From cf7da72da0278e4c4e5a83575e972fcbddc06b8d Mon Sep 17 00:00:00 2001
From: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>
Date: Mon, 12 Feb 2024 12:48:56 -0600
Subject: [PATCH] Engagement Surveys: Add missing leading slash
URL redirects were behaving strangely without this leading slash. it seems it was missed when all the others were added
---
dojo/templates/dojo/dashboard.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dojo/templates/dojo/dashboard.html b/dojo/templates/dojo/dashboard.html
index 8d3227f975..8e04908609 100644
--- a/dojo/templates/dojo/dashboard.html
+++ b/dojo/templates/dojo/dashboard.html
@@ -207,7 +207,7 @@
{% else %}
{% trans "View Responses" %}
- {% trans "Create Engagement" %}
+ {% trans "Create Engagement" %}
{% endif %}