UTD: Change wording from "Decryption error" to "Waiting for this message"

This commit is contained in:
Benoit Marty 2023-11-07 17:52:06 +01:00
parent 26c28ff972
commit a818807677
2 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@ class DefaultRoomLastMessageFormatter @Inject constructor(
content.body
}
is UnableToDecryptContent -> {
val message = sp.getString(CommonStrings.common_decryption_error)
val message = sp.getString(CommonStrings.common_waiting_for_decryption_key)
if (!isDmRoom) {
prefix(message, senderDisplayName)
} else {