diff --git a/apps/ios/Shared/Views/Chat/ComposeMessage/SendMessageView.swift b/apps/ios/Shared/Views/Chat/ComposeMessage/SendMessageView.swift index 666a9c737d..8d6d8dc1e4 100644 --- a/apps/ios/Shared/Views/Chat/ComposeMessage/SendMessageView.swift +++ b/apps/ios/Shared/Views/Chat/ComposeMessage/SendMessageView.swift @@ -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() diff --git a/apps/multiplatform/common/src/commonMain/resources/MR/base/strings.xml b/apps/multiplatform/common/src/commonMain/resources/MR/base/strings.xml index 1b5ef43b24..7225831d99 100644 --- a/apps/multiplatform/common/src/commonMain/resources/MR/base/strings.xml +++ b/apps/multiplatform/common/src/commonMain/resources/MR/base/strings.xml @@ -755,7 +755,7 @@ Custom time Send Sign message - A signature is transferable, non-repudiable proof that you authored this message. + Signing proves you authored this message and can\'t be denied later. Live message! Send a live message - it will update for the recipient(s) as you type it Send