chore: Nicer representation of invited DMs

This commit is contained in:
krille-chan 2024-10-03 14:10:47 +02:00
parent c1f8b13aca
commit 542b4bf928
No known key found for this signature in database

View file

@ -346,7 +346,7 @@ class MatrixLocals extends MatrixLocalizations {
l10n.startedKeyVerification(senderName);
@override
String invitedBy(String senderName) => l10n.invitedBy(senderName);
String invitedBy(String senderName) => senderName;
@override
String get cancelledSend => l10n.sendCanceled;