Skip to content
Snippets Groups Projects
Commit 0901d96a authored by Julian's avatar Julian
Browse files

Fix translations in statistics

parent 4d3c7e58
No related branches found
No related tags found
1 merge request!440Resolve "Allow editing of personal notes and participation status from person page widget"
......@@ -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',
......
......@@ -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 }">
......
......@@ -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"
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment