mirror of
https://github.com/discourse/discourse.git
synced 2025-04-01 18:15:44 +08: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:
parent
04c2b54423
commit
21b62f7894
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user