damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 1d32200ae346bd3016590afe5fccdd618437f968
parent 309b00380de5dbfdabc88d9e1c44a18ab35fae51
Author: Daniel D’Aquino <daniel@daquino.me>
Date:   Fri,  2 May 2025 18:54:05 -0700

Improve Coinos button disclaimer

Closes: https://github.com/damus-io/damus/issues/3000
Fixes: 67f0e3d2967b3d436d431e3660436db1634e228c
Signed-off-by: Daniel D’Aquino <daniel@daquino.me>

Diffstat:
Mdamus/Views/Wallet/ConnectWalletView.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/damus/Views/Wallet/ConnectWalletView.swift b/damus/Views/Wallet/ConnectWalletView.swift @@ -152,7 +152,7 @@ struct ConnectWalletView: View { CoinosButton() { self.show_coinos_options = true } - Text("Coinos is a service operated by a third-party. We have no access to your Coinos wallet.", comment: "Small caption with a disclaimer that Damus does not own or have access to Coinos wallets, Coinos is a third-party service.") + Text("Coinos is a service operated by a third-party. The Damus team has no access to your wallet.", comment: "Small caption with a disclaimer that Damus does not own or have access to Coinos wallets, Coinos is a third-party service.") .font(.caption) .foregroundStyle(.secondary) .multilineTextAlignment(.center)