Skip to content

Commit

Permalink
chore: Nicer representation of invited DMs
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Oct 3, 2024
1 parent c1f8b13 commit 542b4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/matrix_sdk_extensions/matrix_locals.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 542b4bf

Please sign in to comment.