Better display of error messages
This commit is contained in:
parent
f262c4d53f
commit
bd3052ff86
2 changed files with 1 additions and 13 deletions
|
|
@ -195,7 +195,7 @@ extension LocalizedBody on Event {
|
|||
break;
|
||||
case MessageTypes.BadEncrypted:
|
||||
localizedBody =
|
||||
I18n.of(context).couldNotDecryptMessage + ": " + body;
|
||||
"🔒 " + I18n.of(context).couldNotDecryptMessage + ": " + body;
|
||||
break;
|
||||
case MessageTypes.Text:
|
||||
case MessageTypes.Notice:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue