chore(i18n,curriculum): update translations (#42377)
This commit is contained in:
@ -107,7 +107,7 @@ dashedName: timestamp-microservice
|
|||||||
assert.equal(data.error.toLowerCase(), 'invalid date');
|
assert.equal(data.error.toLowerCase(), 'invalid date');
|
||||||
},
|
},
|
||||||
(xhr) => {
|
(xhr) => {
|
||||||
throw new Error(xhr.responseText);
|
assert(xhr.responseJSON.error.toLowerCase() === 'invalid date');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
@ -107,7 +107,7 @@ dashedName: timestamp-microservice
|
|||||||
assert.equal(data.error.toLowerCase(), 'invalid date');
|
assert.equal(data.error.toLowerCase(), 'invalid date');
|
||||||
},
|
},
|
||||||
(xhr) => {
|
(xhr) => {
|
||||||
throw new Error(xhr.responseText);
|
assert(xhr.responseJSON.error.toLowerCase() === 'invalid date');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user