Fix / add specific copy for other verif cancel confirm
This commit is contained in:
parent
f8c1ec985f
commit
5bef9aef6a
|
@ -58,7 +58,7 @@ class VerificationCancelController @Inject constructor(
|
||||||
} else {
|
} else {
|
||||||
bottomSheetVerificationNoticeItem {
|
bottomSheetVerificationNoticeItem {
|
||||||
id("notice")
|
id("notice")
|
||||||
notice(stringProvider.getString(R.string.verify_cancel_self_verification_from_untrusted))
|
notice(stringProvider.getString(R.string.verify_cancel_other))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
<string name="verify_cancel_self_verification_from_untrusted">If you cancel, you won’t be able to read encrypted messages on this device, and other users won’t trust it</string>
|
<string name="verify_cancel_self_verification_from_untrusted">If you cancel, you won’t be able to read encrypted messages on this device, and other users won’t trust it</string>
|
||||||
<string name="verify_cancel_self_verification_from_trusted">If you cancel, you won’t be able to read encrypted messages on your new device, and other users won’t trust it</string>
|
<string name="verify_cancel_self_verification_from_trusted">If you cancel, you won’t be able to read encrypted messages on your new device, and other users won’t trust it</string>
|
||||||
|
<string name="verify_cancel_other">You can verify them later from their user profile.</string>
|
||||||
|
|
||||||
<string name="verify_not_me_self_verification">
|
<string name="verify_not_me_self_verification">
|
||||||
One of the following may be compromised:\n\n- Your password\n- Your homeserver\n- This device, or the other device\n- The internet connection either device is using\n\nWe recommend you change your password & recovery key in Settings immediately.
|
One of the following may be compromised:\n\n- Your password\n- Your homeserver\n- This device, or the other device\n- The internet connection either device is using\n\nWe recommend you change your password & recovery key in Settings immediately.
|
||||||
|
|
Loading…
Reference in New Issue