Skip to content

Commit

Permalink
Merge pull request #1236 from WalletConnect/feature/notify-statement-…
Browse files Browse the repository at this point in the history
…update

[Notify] Statement updated
  • Loading branch information
flypaper0 authored Nov 21, 2023
2 parents 6267d3d + c91ace2 commit 0854d91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ private extension NotifyIdentityService {
func makeStatement(isLimited: Bool) -> String {
switch isLimited {
case true:
return "I further authorize this app to send and receive messages on my behalf for THIS domain using my WalletConnect identity. Read more at https://walletconnect.com/identity"
return "I further authorize this app to send me notifications. Read more at https://walletconnect.com/notifications"
case false:
return "I further authorize this app to send and receive messages on my behalf for ALL domains using my WalletConnect identity. Read more at https://walletconnect.com/identity"
return "I further authorize this app to view and manage my notifications for ALL apps. Read more at https://walletconnect.com/notifications"
}
}
}

0 comments on commit 0854d91

Please sign in to comment.