[Polkadot] [Wallet] update polkadot account descriptions (#37035)

Update the displayed wallet strings to show "Polkadot Testnet" for testnet
accounts.

This is useful because we're now supporting parachains, each of which can have
their own unique names which makes the usage of "Polkadot Westend" confusing for
users.
This commit is contained in:
Christian Mazakas
2026-06-05 13:09:23 -07:00
committed by GitHub
parent 1d24031371
commit c017297698
+2 -2
View File
@@ -726,8 +726,8 @@
<message name="IDS_BRAVE_WALLET_ZEC_TESTNET_ACCOUNT_DESCRIPTION" desc="ZCash testnet account description" translateable="false">Zcash Testnet</message>
<message name="IDS_BRAVE_WALLET_CARDANO_ACCOUNT_DESCRIPTION" desc="Cardano account description" translateable="false">Cardano Mainnet</message>
<message name="IDS_BRAVE_WALLET_CARDANO_TESTNET_ACCOUNT_DESCRIPTION" desc="Cardano testnet account description" translateable="false">Cardano Testnet</message>
<message name="IDS_BRAVE_WALLET_POLKADOT_MAINNET_ACCOUNT_DESCRIPTION" desc="Polkadot account description" translateable="false">Polkadot mainnet</message>
<message name="IDS_BRAVE_WALLET_POLKADOT_TESTNET_ACCOUNT_DESCRIPTION" desc="Polkadot testnet account description" translateable="false">Polkadot Westend</message>
<message name="IDS_BRAVE_WALLET_POLKADOT_MAINNET_ACCOUNT_DESCRIPTION" desc="Polkadot account description" translateable="false">Polkadot Mainnet</message>
<message name="IDS_BRAVE_WALLET_POLKADOT_TESTNET_ACCOUNT_DESCRIPTION" desc="Polkadot testnet account description" translateable="false">Polkadot Testnet</message>
<message name="IDS_BRAVE_WALLET_POLKADOT_INVALID_PREFIX" desc="Polkadot invalid prefix error">Invalid prefix</message>
<message name="IDS_BRAVE_WALLET_SHOW_NETWORK_LOGO_ON_NFTS_TITLE" desc="Show network logo filter title">Network Logo</message>
<message name="IDS_BRAVE_WALLET_SHOW_NETWORK_LOGO_ON_NFTS_DESCRIPTION" desc="Show network logo filter description">Show network logo on NFTs</message>