Skip to content

Commit 4169a0a

Browse files
fix to deploy
1 parent 81117b8 commit 4169a0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/thirdweb/src/react/web/ui/ConnectWallet/locale/br.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

packages/thirdweb/src/react/web/wallets/shared/locale/getConnectLocale.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)