From ff11244de82c8459399d94bb300ba1bb53a167f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Thu, 24 Jun 2021 17:27:53 +0200 Subject: [PATCH] Trailing spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/TextForEvent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TextForEvent.tsx b/src/TextForEvent.tsx index ea669d4050..def0ac2cb8 100644 --- a/src/TextForEvent.tsx +++ b/src/TextForEvent.tsx @@ -511,7 +511,7 @@ function textForPinnedEvent(event: MatrixEvent, allowJSX: boolean): () => string ); } - + return () => _t("%(senderName)s changed the pinned messages for the room.", { senderName }); }