FIX: correctly set upcoming events key (#628)
The previous one has been removed in d31933bf49
This commit is contained in:
parent
72a28c4a47
commit
6a918390a5
|
|
@ -267,7 +267,9 @@ export default class DiscoursePostEventMoreMenu extends Component {
|
|||
<DButton
|
||||
@icon="far-calendar-plus"
|
||||
class="btn-transparent"
|
||||
@translatedLabel={{i18n "discourse_post_event.upcoming_events"}}
|
||||
@translatedLabel={{i18n
|
||||
"discourse_post_event.upcoming_events.title"
|
||||
}}
|
||||
@action={{this.upcomingEvents}}
|
||||
/>
|
||||
</dropdown.item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue