Trailing spaces

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-06-24 17:27:53 +02:00
parent e282c4aa54
commit ff11244de8
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 1 additions and 1 deletions

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 });
}