diff --git a/components/brave_wallet_ui/options/create-account-options.ts b/components/brave_wallet_ui/options/create-account-options.ts index bb031c4209b6..d4bba74cefe2 100644 --- a/components/brave_wallet_ui/options/create-account-options.ts +++ b/components/brave_wallet_ui/options/create-account-options.ts @@ -87,7 +87,7 @@ export const CreateAccountOptions = (options: { if (options.isZCashEnabled) { accounts.push({ description: getLocale('braveWalletCreateAccountZCashDescription'), - name: 'ZCash', + name: 'Zcash', fixedNetwork: BraveWallet.Z_CASH_MAINNET, coin: BraveWallet.CoinType.ZEC, icon: getNetworkLogo(BraveWallet.Z_CASH_MAINNET, 'ZEC'), @@ -100,7 +100,7 @@ export const CreateAccountOptions = (options: { description: getLocale( 'braveWalletCreateAccountZCashTestnetDescription' ), - name: 'ZCash Testnet', + name: 'Zcash Testnet', fixedNetwork: BraveWallet.Z_CASH_TESTNET, coin: BraveWallet.CoinType.ZEC, icon: getNetworkLogo(BraveWallet.Z_CASH_TESTNET, 'ZEC'),