diff --git a/src/components/views/polls/pollHistory/PollHistoryList.tsx b/src/components/views/polls/pollHistory/PollHistoryList.tsx index 02facc95ae..2370c80ba6 100644 --- a/src/components/views/polls/pollHistory/PollHistoryList.tsx +++ b/src/components/views/polls/pollHistory/PollHistoryList.tsx @@ -120,8 +120,8 @@ export const PollHistoryList: React.FC = ({ 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 && (