Skip to content
Snippets Groups Projects
Commit 48b8e9c0 authored by permcu's avatar permcu
Browse files

Add a title to the coursebook-print-dialog

parent 4ed99604
No related branches found
No related tags found
1 merge request!422Resolve "Add export functionality to course book"
......@@ -15,6 +15,9 @@ import SecondaryActionButton from "aleksis.core/components/generic/buttons/Secon
:disabled="dialog"
/>
</template>
<template #title>
{{ $t("alsijil.coursebook.print_title") }}
</template>
</mobile-fullscreen-dialog>
</template>
......
......@@ -43,6 +43,7 @@
},
"menu_title": "Kursbuch",
"print": "Drucken",
"print_title": "Kursbuchausdruck",
"no_data": "Keine Stunden der ausgewählten Gruppen und Kurse im aktuellen Zeitraum",
"no_results": "Keine Suchergebnisse für {search}",
"notes": {
......
......@@ -48,6 +48,7 @@
"title_documentations": "Coursebook",
"title_absences": "Coursebook · Absences",
"print": "Print",
"print_title": "Print Coursebook",
"status": {
"available": "Documentation available",
"missing": "Documentation missing",
......
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