Skip to content

Commit

Permalink
FIX: correctly set upcoming events key (#628)
Browse files Browse the repository at this point in the history
The previous one has been removed in d31933b
  • Loading branch information
jjaffeux authored Oct 23, 2024
1 parent 72a28c4 commit 6a91839
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6a91839

Please sign in to comment.