diff --git a/code/game/gamemodes/traitor/traitor.dm b/code/game/gamemodes/traitor/traitor.dm
index 0c3f148b106..e7c5b4541a8 100644
--- a/code/game/gamemodes/traitor/traitor.dm
+++ b/code/game/gamemodes/traitor/traitor.dm
@@ -119,10 +119,10 @@
if(traitorwin)
- text += "
The [special_role_text] was successful!"
+ text += "
The [special_role_text] was successful!
"
feedback_add_details("traitor_success","SUCCESS")
else
- text += "
The [special_role_text] has failed!"
+ text += "
The [special_role_text] has failed!
"
feedback_add_details("traitor_success","FAIL")
if(length(SSticker.mode.implanted))