diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4142d4de9d7..fddae1f2b64 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -52,3 +52,4 @@ Matthew Fitzgerald @mfitzgerald2 Simon Van Accoleyen @SimonVanacco Michael Bianco Ben Fesili @benfes +Markus Dick @markusdick \ No newline at end of file diff --git a/resources/js/components/people/activity/ActivityList.vue b/resources/js/components/people/activity/ActivityList.vue index 0fb21a147bb..64b11595a05 100644 --- a/resources/js/components/people/activity/ActivityList.vue +++ b/resources/js/components/people/activity/ActivityList.vue @@ -66,7 +66,7 @@
    • - {{ $t('people.activities_list_participants') }} + {{ $t('people.activities_list_participants', { total: activity.attendees.total - 1}) }}
    • {{ attendee.complete_name }} diff --git a/resources/lang/en/people.php b/resources/lang/en/people.php index 485b9e61045..20c10b24e6c 100644 --- a/resources/lang/en/people.php +++ b/resources/lang/en/people.php @@ -285,7 +285,7 @@ 'activities_profile_year_summary_activity_types' => 'Here is a breakdown of the type of activities you’ve done together in :year', 'activities_profile_year_summary' => 'Here is what you two have done in :year', 'activities_profile_number_occurences' => ':value activity|:value activities', - 'activities_list_participants' => 'Participants:', + 'activities_list_participants' => 'Participants ({total}):', 'activities_list_emotions' => 'Emotions felt:', 'activities_list_date' => 'Happened on', 'activities_list_category' => 'Category:',