mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
fix: replace hardcoded string in poll history dialog (#30402)
This commit is contained in:
parent
81edfece6a
commit
3af8273d6b
@ -120,8 +120,8 @@ export const PollHistoryList: React.FC<PollHistoryListProps> = ({
|
||||
value={filter}
|
||||
onFilterChange={onFilterChange}
|
||||
tabs={[
|
||||
{ id: "ACTIVE", label: "Active polls" },
|
||||
{ id: "ENDED", label: "Past polls" },
|
||||
{ id: "ACTIVE", label: _t("right_panel|poll|active_heading") },
|
||||
{ id: "ENDED", label: _t("right_panel|poll|past_heading") },
|
||||
]}
|
||||
/>
|
||||
{!!pollStartEvents.length && (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user