diff --git a/seed_data/challenges/bootstrap.json b/seed_data/challenges/bootstrap.json index bfd01e3b4c..5ccfcb45a2 100644 --- a/seed_data/challenges/bootstrap.json +++ b/seed_data/challenges/bootstrap.json @@ -161,7 +161,7 @@ ], "tests": [ "assert($('.btn').length > 0, 'your new button should have the class \"btn\".');", - "assert(new RegExp('like this photo','gi').test($('.btn').text()), 'your button should have the test \"like this photo\"');" + "assert(new RegExp('like this photo','gi').test($('.btn').text()), 'your button should have the text \"like this photo\"');" ], "challengeSeed": [ "",