Fix typo in encryption error message
This commit is contained in:
parent
1e0962d97c
commit
4b36585e47
16 changed files with 18 additions and 18 deletions
|
|
@ -471,7 +471,7 @@ EventStore::decryptEvent(const IdIndex &idx,
|
|||
room_id_,
|
||||
index.sender_key);
|
||||
dummy.content.body =
|
||||
tr("-- Reply attack! This message index was reused! --").toStdString();
|
||||
tr("-- Replay attack! This message index was reused! --").toStdString();
|
||||
break;
|
||||
case olm::DecryptionErrorCode::UnknownFingerprint:
|
||||
// TODO: don't fail, just show in UI.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue