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() {
|
get resultsOnCloseTitle() {
|
||||||
return htmlSafe(I18n.t("poll.results.close.title"));
|
return htmlSafe(I18n.t("poll.results.closed.title"));
|
||||||
}
|
}
|
||||||
|
|
||||||
get resultsStaffOnly() {
|
get resultsStaffOnly() {
|
||||||
|
|
Loading…
Reference in New Issue