diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json
index 2bd87741063..78116911dd4 100644
--- a/challenges/bootstrap.json
+++ b/challenges/bootstrap.json
@@ -1756,8 +1756,8 @@
"Nest one div element with the class well within each of your col-xs-6 div elements."
],
"tests": [
- "assert($(\"div.col-xs-6\").not(\":has(>div.well)\").length < 1, 'Add a div element with the class well inside each of your div class=\"col-xs-6\" elements')",
- "assert($(\"div.row > div.col-xs-6\").length > 1, 'Nest both of your div class=\"col-xs-6\" elements within your div class=\"row\" element.')",
+ "assert($(\"div.col-xs-6\").not(\":has(>div.well)\").length < 1, 'Add a div element with the class well inside each of your div elements with the class \"col-xs-6\"')",
+ "assert($(\"div.row > div.col-xs-6\").length > 1, 'Nest both of your div elements with the class \"col-xs-6\" within your div element with the class \"row\".')",
"assert(editor.match(/<\\/div>/g) && editor.match(/