FIX: correctly set upcoming events key (#628)

The previous one has been removed in d31933bf49
This commit is contained in:
Joffrey JAFFEUX 2024-10-23 18:35:11 +09:00 committed by GitHub
parent 72a28c4a47
commit 6a918390a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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>