chore: Nicer representation of invited DMs
This commit is contained in:
parent
c1f8b13aca
commit
542b4bf928
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ class MatrixLocals extends MatrixLocalizations {
|
||||||
l10n.startedKeyVerification(senderName);
|
l10n.startedKeyVerification(senderName);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String invitedBy(String senderName) => l10n.invitedBy(senderName);
|
String invitedBy(String senderName) => senderName;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get cancelledSend => l10n.sendCanceled;
|
String get cancelledSend => l10n.sendCanceled;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue