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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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() {