UTD: Change wording from "Decryption error" to "Waiting for this message"
This commit is contained in:
parent
26c28ff972
commit
a818807677
2 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue