Skip to content

Commit 33a697a

Browse files
authored
Merge pull request #6142 from EdgeApp/jon/moonpay-capitalization
Change MoonPay display name capitalization
2 parents 7f3c4f8 + db214ff commit 33a697a

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- added: "-m" tag on the version number in the Help scene for Maestro test builds
66
- changed: Style the entire "Already have an account? Sign in" line in the getting-started USP carousel with the tertiary link color, not just "Sign in".
77
- changed: Refresh the buy, sell, sort, scan-QR and FIO names icons to the updated design.
8+
- changed: Display "MoonPay" instead of "Moonpay" wherever the partner name appears in the app.
89
- changed: Use a custom chart icon for the side menu Markets row, so it matches the rest of the menu.
910
- changed: Use the UI4 warning card for the Reveal Raw Keys and Reveal Master Private Key password confirmation warnings.
1011
- changed: Tron resource staking now describes its claim action as reclaiming your own TRX, instead of claiming a reward.

src/plugins/gui/providers/moonpayProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import { signMoonpayUrl } from './moonpaySign'
5656
const providerId = 'moonpay'
5757
const storeId = 'com.moonpay'
5858
const partnerIcon = 'moonpay_symbol_prp.png'
59-
const pluginDisplayName = 'Moonpay'
59+
const pluginDisplayName = 'MoonPay'
6060
const supportEmail = 'support@moonpay.com'
6161

6262
const allowedCurrencyCodes: Record<

src/plugins/ramps/moonpay/moonpayRampPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ import {
8080

8181
const pluginId = 'moonpay'
8282
const partnerIcon = `${EDGE_CONTENT_SERVER_URI}/moonpay_symbol_prp.png`
83-
const pluginDisplayName = 'Moonpay'
83+
const pluginDisplayName = 'MoonPay'
8484
const supportEmail = 'support@moonpay.com'
8585

8686
// Local asset map type

0 commit comments

Comments
 (0)