Skip to content

Commit 67f0e3d

Browse files
committed
Add disclaimer to Coinos button
Changelog-Changed: Added disclaimer to clarify that Coinos is a third-party service Signed-off-by: Daniel D’Aquino <[email protected]>
1 parent e498418 commit 67f0e3d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

damus/Views/Wallet/ConnectWalletView.swift

+8-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,14 @@ struct ConnectWalletView: View {
148148

149149
Spacer()
150150

151-
CoinosButton() {
152-
self.show_coinos_options = true
151+
VStack(spacing: 5) {
152+
CoinosButton() {
153+
self.show_coinos_options = true
154+
}
155+
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.")
156+
.font(.caption)
157+
.foregroundStyle(.secondary)
158+
.multilineTextAlignment(.center)
153159
}
154160
.padding()
155161
}

0 commit comments

Comments
 (0)