chore: resolve flagged Crowdin issues (#45442)

* chore: resolve bengali issues

* chore: resolve french issues

* chore: resolve hebrew issues

* chore: resolve persian issues

* chore: resolve portuguese brazilian issues

* chore: resolve russian issues

* chore: resolve spanish issues

* chore: resolve japanese issues
This commit is contained in:
Naomi Carrigan
2022-03-19 00:56:57 -07:00
committed by GitHub
parent 141932a69d
commit d781c63fdf
50 changed files with 108 additions and 110 deletions

View File

@@ -13,7 +13,7 @@ To make HTML easier to read, indent the `h2` element, the comment, and `p` eleme
# --hints--
Your should have an `h2` element with text `Cat Photos`. You may have accidentally deleted it, it is missing both opening and closing tags, or the text has changed.
Your code should have an `h2` element with text `Cat Photos`. You may have accidentally deleted it, it is missing both opening and closing tags, or the text has changed.
```js
assert(
@@ -23,7 +23,7 @@ assert(
);
```
Your `h2` element should below the `main` element's opening tag and its opening tag should start 6 spaces over from the start of the line.
Your `h2` element should be below the `main` element's opening tag and its opening tag should start 6 spaces over from the start of the line.
```js
assert(code.toLowerCase().match(/<main\>\n\s{6}<h2>/));

View File

@@ -19,7 +19,7 @@ You have either deleted your `input` element or it has invalid syntax. All attri
assert($('input').length);
```
Your `form` should only contain the `input` element. Remove any HTML additional elements or text within the `form` element.
Your `form` should only contain the `input` element. Remove any additional HTML elements or text within the `form` element.
```js
assert(

View File

@@ -17,7 +17,7 @@ You have either deleted your `input` element or it has invalid syntax. All attri
assert($('input').length);
```
Your `form` should only contain the `input` element. Remove any HTML additional elements or text within the `form` element.
Your `form` should only contain the `input` element. Remove any additional HTML elements or text within the `form` element.
```js
assert(