mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-10 18:41:43 +00:00
wip
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user