From 1302fc4726613a6d572b43648321bd9e75f5eb18 Mon Sep 17 00:00:00 2001 From: eabedrapo Date: Sat, 30 May 2015 20:32:29 -0300 Subject: [PATCH] 9th HTML waypoint translated into ES Waypoint "Change the Color of Text" translated into Spanish. --- seed_data/challenges/basic-html5-and-css.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index 517d66b457..bd93296608 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -334,8 +334,13 @@ "descriptionFr": [], "nameRu": "", "descriptionRu": [], - "nameEs": "", - "descriptionEs": [], + "nameEs": "Waypoint: Cambia el color del texto", + "descriptionEs": [ + "Cambia el estilo del elemento h2 de manera que el color de su texto sea rojo.", + "Podemos hacer esto por medio de cambiar el estilo del elemento h2.", + "El estilo responsable del color de texto de un elemento es el estilo \"color\".", + "Así es como podrías volver el color de texto de tu elemento h2 en azul: <h2 style=\"color: blue\">CatPhotoApp</h2>" + ], "namePt": "", "descriptionPt": [] },