Fix typo in encryption error message

This commit is contained in:
Nicolas Werner 2020-09-19 15:45:03 +02:00
parent 1e0962d97c
commit 4b36585e47
16 changed files with 18 additions and 18 deletions

View file

@ -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.