Skip to content

Commit

Permalink
Fix dashboard lang key reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Mar 5, 2020
1 parent b22e7b4 commit de60c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/js/components/dashboard/activityFeed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
slug: 'all'
},
{
name: this.$trans('dashboard.all-activity', 'My activity'),
name: this.$trans('dashboard.my-activity', 'My activity'),
slug: 'mine'
}
],
Expand Down

0 comments on commit de60c54

Please sign in to comment.