Skip to content

Commit c70adb0

Browse files
committed
mongolian currency typo fixed
1 parent 1ea932a commit c70adb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/admin/dashboard/src/lib/data/currencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ export const currencies: Record<string, CurrencyInfo> = {
435435
},
436436
MNT: {
437437
code: "MNT",
438-
name: "Mongolian Tugrig",
438+
name: "Mongolian Tugrik",
439439
symbol_native: "₮",
440440
decimal_digits: 0,
441441
},

packages/core/utils/src/defaults/currencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ export const defaultCurrencies: Record<string, Currency> = {
650650
},
651651
MNT: {
652652
symbol: "MNT",
653-
name: "Mongolian Tugrig",
653+
name: "Mongolian Tugrik",
654654
symbol_native: "₮",
655655
decimal_digits: 0,
656656
rounding: 0,

0 commit comments

Comments
 (0)