Update wording shown when keys are withheld (#12761)
We can be a bit more helpful here.
This commit is contained in:
parent
2772a9b767
commit
72e0d100ea
2 changed files with 2 additions and 2 deletions
|
@ -3254,7 +3254,7 @@
|
||||||
"creation_summary_dm": "%(creator)s created this DM.",
|
"creation_summary_dm": "%(creator)s created this DM.",
|
||||||
"creation_summary_room": "%(creator)s created and configured the room.",
|
"creation_summary_room": "%(creator)s created and configured the room.",
|
||||||
"decryption_failure": {
|
"decryption_failure": {
|
||||||
"blocked": "The sender has blocked you from receiving this message",
|
"blocked": "The sender has blocked you from receiving this message because your device is unverified",
|
||||||
"historical_event_no_key_backup": "Historical messages are not available on this device",
|
"historical_event_no_key_backup": "Historical messages are not available on this device",
|
||||||
"historical_event_unverified_device": "You need to verify this device for access to historical messages",
|
"historical_event_unverified_device": "You need to verify this device for access to historical messages",
|
||||||
"historical_event_user_not_joined": "You don't have access to this message",
|
"historical_event_user_not_joined": "You don't have access to this message",
|
||||||
|
|
|
@ -5,7 +5,7 @@ exports[`DecryptionFailureBody Should display "The sender has blocked you from r
|
||||||
<div
|
<div
|
||||||
class="mx_DecryptionFailureBody mx_EventTile_content"
|
class="mx_DecryptionFailureBody mx_EventTile_content"
|
||||||
>
|
>
|
||||||
The sender has blocked you from receiving this message
|
The sender has blocked you from receiving this message because your device is unverified
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in a new issue