diff --git a/front/userNotifications.php b/front/userNotifications.php
index cafbc4aa..f4dc2520 100755
--- a/front/userNotifications.php
+++ b/front/userNotifications.php
@@ -127,7 +127,7 @@ require 'php/templates/header.php';
"render": function(data, type, row) {
if (data.includes("Report:")) {
var guid = data.split(":")[1].trim();
- return `Go to Report`;
+ return `Go to Report`;
} else {
return data;
}