Additional Dutch translations (#2936)

* Fix typo

* Add new NL translations
This commit is contained in:
Kim Gardner
2020-04-14 22:18:34 +00:00
committed by GitHub
parent 257830a6c5
commit de976a5397
6 changed files with 657 additions and 361 deletions
@@ -28,7 +28,7 @@ export function getByLabelText(
return results[0];
}
if (results.length === 0) {
throw new Error(`Could't find element with label text ${pattern}`);
throw new Error(`Couldn't find element with label text ${pattern}`);
}
throw new Error(`Found multiple elements with label text ${pattern}`);
}