mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: typo in poll "closed" (#27748)
Reference to string poll.results.close.title should be "closed" instead of "close"
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user