diff --git a/seed/challenges/01-front-end-development-certification/jquery.json b/seed/challenges/01-front-end-development-certification/jquery.json index 0dc269dedda..bcc4b2295a5 100644 --- a/seed/challenges/01-front-end-development-certification/jquery.json +++ b/seed/challenges/01-front-end-development-certification/jquery.json @@ -1317,7 +1317,7 @@ "Here's how you would target all the odd-numbered elements with class target and give them classes:", "$(\".target:odd\").addClass(\"animated shake\");", "Note that jQuery is zero-indexed, meaning that, counter-intuitively, :odd selects the second element, fourth element, and so on.", - "Try selecting all the even-numbered elements and giving them the classes of animated and shake." + "Try selecting all the even-numbered target elements and giving them the classes of animated and shake." ], "challengeSeed": [ "fccss", @@ -1374,7 +1374,7 @@ "Hier siehst du, wie du ungeradzahlige Elemente mit der Klasse target auswählen und ihnen folgende Klassen geben kannst:", "$(\".target:odd\").addClass(\"animated shake\");", "Bedenke, dass jQuery null-indexiert ist; das bedeutet, dass - kontraintuitiverweise - :odd das zweite Element, das vierte Element und so weiter auswählt.", - "Versuche alle geradzahligen Elemente auszuwählen und ihnen die Klassen animated und shake hinzuzufügen." + "Versuche alle geradzahligen target Elemente auszuwählen und ihnen die Klassen animated und shake hinzuzufügen." ] }, "es": { @@ -1383,7 +1383,7 @@ "También puedes elegir todos los elementos con numeración par.", "He aquí cómo elegirías todos los elementos impares con clase target y como les agregarías unas clases:", "$(\".target:odd\").addClass(\"animated shake\");", - "Intenta seleccionar todos los elementos de número par y agrégales las clases animated y shake." + "Intenta seleccionar todos los target elementos de número par y agrégales las clases animated y shake." ] } }