diff --git a/curriculum/challenges/portuguese/03-front-end-libraries/bootstrap/center-text-with-bootstrap.portuguese.md b/curriculum/challenges/portuguese/03-front-end-libraries/bootstrap/center-text-with-bootstrap.portuguese.md index ec65dfc11f..cd21bd48ab 100644 --- a/curriculum/challenges/portuguese/03-front-end-libraries/bootstrap/center-text-with-bootstrap.portuguese.md +++ b/curriculum/challenges/portuguese/03-front-end-libraries/bootstrap/center-text-with-bootstrap.portuguese.md @@ -18,7 +18,7 @@ localeTitle: Texto Central com Bootstrap ```yml tests: - - text: Seu elemento h2 deve ser centrado aplicando o text-center da turma + - text: Seu elemento h2 deve ser centrado aplicando a classe text-center testString: 'assert($("h2").hasClass("text-center"), "Your h2 element should be centered by applying the class text-center");' - text: Seu elemento h2 ainda deve ter a classe red-text testString: 'assert($("h2").hasClass("red-text"), "Your h2 element should still have the class red-text");'