chore(i18n,curriculum): update translations (#42377)

This commit is contained in:
camperbot
2021-06-07 00:19:07 +09:00
committed by GitHub
parent 440169a7cb
commit 2d9c864b4b
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ dashedName: timestamp-microservice
assert.equal(data.error.toLowerCase(), 'invalid date');
},
(xhr) => {
throw new Error(xhr.responseText);
assert(xhr.responseJSON.error.toLowerCase() === 'invalid date');
}
);
```

View File

@ -107,7 +107,7 @@ dashedName: timestamp-microservice
assert.equal(data.error.toLowerCase(), 'invalid date');
},
(xhr) => {
throw new Error(xhr.responseText);
assert(xhr.responseJSON.error.toLowerCase() === 'invalid date');
}
);
```