Skip to content

Commit

Permalink
fix: 🌐 Fix wrong localization key in moonpay onramp
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Barbieri committed Jan 6, 2025
1 parent 3a97141 commit ef804ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/modals/fiat-on-ramp-selection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Options = (
{
...FiatRampDisplayInfos.moonpay,
initialAsset: "OSMO",
subtitle: t("components.fiatOnrampSelection.moonpay"),
subtitle: t("components.fiatOnrampSelection.moonpaySubtitle"),
},
{
...FiatRampDisplayInfos.kado,
Expand Down

0 comments on commit ef804ff

Please sign in to comment.