From 542b4bf9280c6007a125efe391054002faca6c78 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Thu, 3 Oct 2024 14:10:47 +0200 Subject: [PATCH] chore: Nicer representation of invited DMs --- lib/utils/matrix_sdk_extensions/matrix_locals.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/matrix_sdk_extensions/matrix_locals.dart b/lib/utils/matrix_sdk_extensions/matrix_locals.dart index a492b87ee..165130c0b 100644 --- a/lib/utils/matrix_sdk_extensions/matrix_locals.dart +++ b/lib/utils/matrix_sdk_extensions/matrix_locals.dart @@ -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;