FIX: typo in poll "closed" (#27748)

Reference to string poll.results.close.title should be "closed" instead of "close"
This commit is contained in:
ScottMastro
2024-07-07 20:42:31 -04:00
committed by GitHub
parent 04c2b54423
commit 21b62f7894

View File

@@ -118,7 +118,7 @@ export default class PollInfoComponent extends Component {
}
get resultsOnCloseTitle() {
return htmlSafe(I18n.t("poll.results.close.title"));
return htmlSafe(I18n.t("poll.results.closed.title"));
}
get resultsStaffOnly() {