diff --git a/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForGroupTab.vue b/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForGroupTab.vue index 44578d2010d393f1b348d154538b3fbb6cd5a71e..fb68bcb1556a714735d55d7ffa707492d80771c8 100644 --- a/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForGroupTab.vue +++ b/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForGroupTab.vue @@ -62,7 +62,7 @@ <template #actions="{ item }"> <secondary-action-button - i18n-key="alsijil.personal_notes.statistics.person_view_details" + i18n-key="alsijil.coursebook.statistics.person_view_details" icon-text="mdi-open-in-new" :to="{ name: 'alsijil.coursebook_statistics', diff --git a/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue b/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue index b8ccdee760c08dc0696ed5c5059e2e9754fb9a0e..b82b76b7fa3da815b664a6fe1da41ed4362dacc8 100644 --- a/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue +++ b/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue @@ -38,7 +38,7 @@ text @click="statisticsBottomSheet = !statisticsBottomSheet" > - {{ $t("alsijil.personal_notes.statistics.person_page.summary") }} + {{ $t("alsijil.coursebook.statistics.person_page.summary") }} </v-btn> </template> <template #default="{ items }"> diff --git a/aleksis/apps/alsijil/frontend/messages/en.json b/aleksis/apps/alsijil/frontend/messages/en.json index 474a039e6d94485f73ae8baade8a3035c1600f6a..e299ad89058cd65cd72d905d76d265515f457302 100644 --- a/aleksis/apps/alsijil/frontend/messages/en.json +++ b/aleksis/apps/alsijil/frontend/messages/en.json @@ -81,8 +81,11 @@ "title": "Coursebook · Statistics" }, "person_page": { - "title": "Statistics" - } + "title": "Coursebook · Statistics · {fullName}", + "summary": "Summary" + }, + "person_view_details": "Details", + "title_plural": "Statistics" }, "notes": { "show_list": "List of participants", @@ -149,17 +152,6 @@ "confirm_delete_explanation": "The note \"{note}\" for {name} will be removed.", "confirm_delete_tardiness": "The tardiness of {tardiness} minutes will be removed for {name}.", "no_results": "No search results for {search}", - "statistics": { - "person_compact": { - "title": "Coursebook · Statistics" - }, - "person_page": { - "title": "Coursebook · Statistics · {fullName}", - "summary": "Summary" - }, - "person_view_details": "Details", - "title_plural": "Statistics" - }, "personal_notes": "Personal Notes" } },