diff options
| author | Adri Van Houdt <[email protected]> | 2022-09-26 20:56:56 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-26 20:56:56 +0200 |
| commit | fe214c3c2d4decf469bf3bd381c7f2dfb3fbb3cd (patch) | |
| tree | 4890235b95aa6821e69bbed35dacc710ce124f35 | |
| parent | 526906ffaecd05c48264c30105593341b4da12be (diff) | |
| download | faker-fe214c3c2d4decf469bf3bd381c7f2dfb3fbb3cd.tar.xz faker-fe214c3c2d4decf469bf3bd381c7f2dfb3fbb3cd.zip | |
fix(finance): fix typo in Belarusian Ruble's name (#1395)
| -rw-r--r-- | src/locales/en/finance/currency.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locales/en/finance/currency.ts b/src/locales/en/finance/currency.ts index 961b4d34..10594d98 100644 --- a/src/locales/en/finance/currency.ts +++ b/src/locales/en/finance/currency.ts @@ -87,7 +87,7 @@ export default { code: 'BWP', symbol: 'P', }, - 'Belarussian Ruble': { + 'Belarusian Ruble': { code: 'BYN', symbol: 'Rbl', }, |
