File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/thirdweb/src/react/web Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const connectWalletLocalPtBr: ConnectLocale = {
2121 transactions : "Transações" ,
2222 payTransactions : "Transações Fiat" ,
2323 walletTransactions : "Transações de Carteira" ,
24- viewAllTransactions : "Ver todas as transações" ,
24+ viewAllTransactions : "Ver todas as transações" ,
2525 currentNetwork : "Rede atual" ,
2626 switchAccount : "Trocar conta" ,
2727 requestTestnetFunds : "Solicitar fundos para Testnet" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export async function getInAppWalletLocale(
2424 return ( await import ( "./fr.js" ) ) . default ;
2525 case "pt_BR" : {
2626 return ( await import ( "./br.js" ) ) . default ;
27- }
27+ }
2828 default :
2929 return ( await import ( "./en.js" ) ) . default ;
3030 }
You can’t perform that action at this time.
0 commit comments