From 1d32200ae346bd3016590afe5fccdd618437f968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=E2=80=99Aquino?= Date: Fri, 2 May 2025 18:54:05 -0700 Subject: [PATCH] Improve Coinos button disclaimer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://github.com/damus-io/damus/issues/3000 Fixes: 67f0e3d2967b3d436d431e3660436db1634e228c Signed-off-by: Daniel D’Aquino --- damus/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 index 28b9be48..8bfc8546 100644 --- 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)