Skip to content
Snippets Groups Projects
Verified Commit 7eaac921 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix message for registering absences

parent 21e2aa6f
No related branches found
No related tags found
1 merge request!386Resolve "Make person select in long term absence dialog filterable by adding a preference for the group type for which ownership is required"
Pipeline #191719 failed
...@@ -167,7 +167,7 @@ export default { ...@@ -167,7 +167,7 @@ export default {
}, },
handleSave() { handleSave() {
this.cancel(); this.cancel();
this.$toastSuccess("alsijil.coursebook.absences.success"); this.$toastSuccess(this.$t("alsijil.coursebook.absences.success"));
}, },
}, },
}; };
......
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