diff --git a/src/utils/snapshots/snapshot.js b/src/utils/snapshots/snapshot.js
index ba07477..3f0c20b 100644
--- a/src/utils/snapshots/snapshot.js
+++ b/src/utils/snapshots/snapshot.js
@@ -64,7 +64,7 @@ const set_snapshot = (
         };
 
         throw new Error(
-          `Snapshot Difference.\nPlease Update the Snapshot\n\n\t${json.message}`
+          `Snapshot Difference found.\nPlease Update the Snapshot\n\n${json.message.replace(' ', ' ')}`
         );
       });
     }