Skip to content
Prev Previous commit
Next Next commit
fix funds
  • Loading branch information
ikethirdweb committed Oct 19, 2023
commit 53eb7f8c2b56851ae61e826ab2367d0fdbceba45
2 changes: 1 addition & 1 deletion packages/react-native/src/evm/components/ReceiveButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const ReceiveFundsModal = ({
>
<ModalHeaderTextClose
onClose={onCloseInternal}
headerText="Receive Funds"
headerText={l.connect_wallet_details.receive_funds}
/>
<Text
variant="bodySmallSecondary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ const SendFundsForm = ({
clearTextOnFocus={false}
style={{
color: theme.colors.textPrimary,
fontFamily: theme.textVariants.defaults.fontFamily,
textAlign: "left",
flex: 1,
height: 40,
Expand Down
1 change: 1 addition & 0 deletions packages/react-native/src/evm/i18n/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const _en = {
connect: "Connect",
new_to_wallets: "New to wallets?",
get_started: "Get started",
receive_funds: "Receive Funds",
connect_a_wallet: "Connect a wallet",
continue_as_guest: "Continue as guest",
tos: "Terms of Service",
Expand Down