mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Additional Dutch translations (#2936)
* Fix typo * Add new NL translations
This commit is contained in:
@@ -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}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user