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:
@@ -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>/));
|
||||
|
@@ -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(
|
||||
|
@@ -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(
|
||||
|
Reference in New Issue
Block a user