diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/instant/src/components/payment_method.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/components/payment_method.tsx b/packages/instant/src/components/payment_method.tsx index 603788748..b10cd8d75 100644 --- a/packages/instant/src/components/payment_method.tsx +++ b/packages/instant/src/components/payment_method.tsx @@ -91,7 +91,7 @@ export class PaymentMethod extends React.Component<PaymentMethodProps> { image={<Icon width={13} icon="lock" color={ColorOption.black} />} {...colors} > - Please Unlock {this.props.walletDisplayName} + Click to connect {this.props.walletDisplayName} </WalletPrompt> ); case AccountState.None: |