From ee8e734ea0cba719369dc4fd6ea15d36a0a1e52e Mon Sep 17 00:00:00 2001 From: raviycoder <135521192+raviycoder@users.noreply.github.com> Date: Sat, 3 Aug 2024 18:54:28 +0530 Subject: [PATCH] change uppercase name in ui --- index.html | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/index.html b/index.html index 2c1e3f0..ede8b59 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Matic Wallet + MATIC Wallet @@ -34,7 +34,7 @@
RanchiMall
-

Matic Wallet

+

MATIC Wallet

@@ -1393,7 +1393,7 @@ window.ethereum && !(window.currentChainId && window.currentChainId === "0x1") ) { - renderError("Please switch MetaMask to Matic Mainnet"); + renderError("Please switch MetaMask to MATIC Mainnet"); } }); function togglePrivateKeyVisibility(input) { @@ -1444,7 +1444,7 @@

Balance: - ${ethBalance} Matic + ${ethBalance} MATIC ${selectedAsset !== "Matic" ? html`| -

Don't have an Matic address? Create one

+

Don't have an MATIC address? Create one

@@ -1722,7 +1722,7 @@