Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/siwx-confirm-copy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@reown/appkit-scaffold-ui': patch
'@reown/appkit-siwe': patch
---

Refine SIWX sign-in confirmation copy for clarity and a less threatening tone
4 changes: 2 additions & 2 deletions packages/scaffold-ui/src/partials/w3m-header/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function headings() {
ConnectingExternal: name ?? 'Connect Wallet',
ConnectingWalletConnect: name ?? 'WalletConnect',
ConnectingWalletConnectBasic: 'WalletConnect',
ConnectingSiwe: 'Sign In',
ConnectingSiwe: 'Confirm it’s you',
Convert: 'Convert',
ConvertSelectToken: 'Select token',
ConvertPreview: 'Preview Convert',
Expand Down Expand Up @@ -100,7 +100,7 @@ function headings() {
SwitchActiveChain: 'Switch Chain',
SmartSessionCreated: undefined,
SmartSessionList: 'Smart Sessions',
SIWXSignMessage: 'Sign In',
SIWXSignMessage: 'Confirm it’s you',
PayLoading: 'Processing payment...',
PayQuote: 'Payment Quote',
DataCapture: 'Profile',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ export class W3mSIWXSignMessageView extends LitElement {
</wui-flex>
<wui-flex .padding=${['0', '20', '5', '20'] as const} gap="3" justifyContent="space-between">
<wui-text variant="lg-medium" align="center" color="primary"
>${this.dappName ?? 'Dapp'} needs to connect to your wallet</wui-text
>${this.dappName ?? 'Dapp'} needs to confirm your wallet.</wui-text
>
</wui-flex>
<wui-flex .padding=${['0', '10', '4', '10'] as const} gap="3" justifyContent="space-between">
<wui-text variant="md-regular" align="center" color="secondary"
>Sign this message to prove you own this wallet and proceed. Canceling will disconnect
you.</wui-text
>Sign this message to prove you own this wallet. Cancel to go back.</wui-text
>
</wui-flex>
<wui-flex .padding=${['4', '5', '5', '5'] as const} gap="3" justifyContent="space-between">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ export class W3mConnectingSiweView extends LitElement {
</wui-flex>
<wui-flex .padding=${['0', '20', '4', '20'] as const} gap="3" justifyContent="space-between">
<wui-text variant="lg-medium" align="center" color="primary"
>${this.dappName ?? 'Dapp'} needs to connect to your wallet</wui-text
>${this.dappName ?? 'Dapp'} needs to confirm your wallet.</wui-text
>
</wui-flex>
<wui-flex .padding=${['0', '20', '4', '20'] as const} gap="3" justifyContent="space-between">
<wui-text variant="md-regular" align="center" color="secondary"
>Sign this message to prove you own this wallet and proceed. Canceling will disconnect
you.</wui-text
>Sign this message to prove you own this wallet. Cancel to go back.</wui-text
>
</wui-flex>
<wui-flex .padding=${['4', '6', '6', '6'] as const} gap="3" justifyContent="space-between">
Expand Down
Loading