From 6c8252b8842d40e9d13ba595b5eddd9ff4257855 Mon Sep 17 00:00:00 2001 From: benomatis Date: Tue, 20 Jun 2017 00:11:26 +0200 Subject: [PATCH] Add explicit text to instruction to keep the word 'Like' in the button next to the icon --- seed/challenges/03-front-end-libraries/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/03-front-end-libraries/bootstrap.json b/seed/challenges/03-front-end-libraries/bootstrap.json index dd945cdf9cb..52d67a62491 100644 --- a/seed/challenges/03-front-end-libraries/bootstrap.json +++ b/seed/challenges/03-front-end-libraries/bootstrap.json @@ -1263,7 +1263,7 @@ "The i element was originally used to make other elements italic, but is now commonly used for icons. You can add the Font Awesome classes to the i element to turn it into an icon, for example:", "<i class=\"fa fa-info-circle\"></i>", "Note that the span element is also acceptable for use with icons.", - "Use Font Awesome to add a thumbs-up icon to your like button by giving it an i element with the classes fa and fa-thumbs-up." + "Use Font Awesome to add a thumbs-up icon to your like button by giving it an i element with the classes fa and fa-thumbs-up; make sure to keep the text \"Like\" next to the icon." ], "challengeSeed": [ "",