This commit is contained in:
spaced4ndy
2026-07-06 23:42:15 +04:00
parent 57ba0a9feb
commit 4e6fc5a0c1
2 changed files with 2 additions and 2 deletions
@@ -368,7 +368,7 @@ struct SendMessageView: View {
} else {
AlertManager.shared.showAlert(Alert(
title: Text("Sign message"),
message: Text("A signature is transferable, non-repudiable proof that you authored this message."),
message: Text("Signing proves you authored this message and can't be denied later."),
primaryButton: .default(Text("Send")) {
signMessageAlertShown = true
sendSignedMessage()
@@ -755,7 +755,7 @@
<string name="send_disappearing_message_custom_time">Custom time</string>
<string name="send_disappearing_message_send">Send</string>
<string name="sign_message">Sign message</string>
<string name="sign_message_desc">A signature is transferable, non-repudiable proof that you authored this message.</string>
<string name="sign_message_desc">Signing proves you authored this message and can\'t be denied later.</string>
<string name="live_message">Live message!</string>
<string name="send_live_message_desc">Send a live message - it will update for the recipient(s) as you type it</string>
<string name="send_verb">Send</string>