mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
remove unneeded quotes
This commit is contained in:
parent
c9efee77f2
commit
e7ff6decbf
@ -39,7 +39,7 @@ export class EncryptedEventTile extends MessageTile {
|
||||
if (code === "MEGOLM_NO_SESSION") {
|
||||
return this.i18n`The sender hasn't sent us the key for this message yet.`;
|
||||
} else {
|
||||
return decryptionError?.message || this.i18n`"Could not decrypt message because of unknown reason."`;
|
||||
return decryptionError?.message || this.i18n`Could not decrypt message because of unknown reason.`;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user