Skip to content

Commit

Permalink
"Follow Group" button on Dashboard page not showing.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Dec 19, 2023
1 parent 93d7f5c commit be91b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/DashboardGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
<div>
<b-btn variant="primary" :href="'/group/join/' + group.idgroups" v-if="!group.ingroup">
{{ __('events.follow_group') }}
{{ __('groups.join_group_button') }}
</b-btn>
</div>
</div>
Expand Down

0 comments on commit be91b3d

Please sign in to comment.