From 3c16db424946e460ab61d1c470609f2722f823e0 Mon Sep 17 00:00:00 2001 From: Shelvin Chandra Date: Wed, 7 Jun 2017 07:56:40 -0700 Subject: [PATCH] fix(seed): Update warning for Safari (#15236) --- challenges/01-responsive-web-design/basic-html-and-html5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-responsive-web-design/basic-html-and-html5.json b/challenges/01-responsive-web-design/basic-html-and-html5.json index 3e244bfbed6..ca537e5155b 100644 --- a/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -1509,7 +1509,7 @@ "
", "Make your text input a required field, so that your user can't submit the form without completing this field.", "Then try to submit the form without inputting any text. See how your HTML5 form notifies you that the field is required?", - "Note
This field does not work in Safari." + "Note
This field may not work in Safari Browser." ], "challengeSeed": [ "

CatPhotoApp

",