1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Trailing spaces

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-06-24 17:27:53 +02:00
parent e282c4aa54
commit ff11244de8

View File

@@ -511,7 +511,7 @@ function textForPinnedEvent(event: MatrixEvent, allowJSX: boolean): () => string
</span>
);
}
return () => _t("%(senderName)s changed the pinned messages for the room.", { senderName });
}