replace Polls history strings with Poll history (#10454)

Co-authored-by: Michael Weimann <michaelw@matrix.org>
This commit is contained in:
Kerry 2023-03-29 11:13:51 +13:00 committed by GitHub
parent f5115e047e
commit 6eda1fa6e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 15 additions and 15 deletions

View file

@ -343,7 +343,7 @@ const RoomSummaryCard: React.FC<IProps> = ({ room, permalinkCreator, onClose })
)}
{!isVideoRoom && (
<Button className="mx_RoomSummaryCard_icon_poll" onClick={onRoomPollHistoryClick}>
{_t("Polls history")}
{_t("Poll history")}
</Button>
)}
{pinningEnabled && !isVideoRoom && (