Skip to content
Snippets Groups Projects
Commit 6f9bfbc7 authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

rename menu item, fixes #2992

Closes #2992

Merge request studip/studip!2073
parent 254da906
Branches
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ export default { ...@@ -100,7 +100,7 @@ export default {
menu.push({ id: 2, label: this.$gettext('Einstellungen'), icon: 'settings', emit: 'showSettings' }); menu.push({ id: 2, label: this.$gettext('Einstellungen'), icon: 'settings', emit: 'showSettings' });
} }
if(this.userIsTeacher || !this.inCourseContext) { if(this.userIsTeacher || !this.inCourseContext) {
menu.push({ id: 3, label: this.$gettext('Kopieren'), icon: 'copy', emit: 'copyUnit' }); menu.push({ id: 3, label: this.$gettext('Duplizieren'), icon: 'copy', emit: 'copyUnit' });
menu.push({ id: 4, label: this.$gettext('Exportieren'), icon: 'export', emit: 'showExport' }); menu.push({ id: 4, label: this.$gettext('Exportieren'), icon: 'export', emit: 'showExport' });
menu.push({ id: 5, label: this.$gettext('Löschen'), icon: 'trash', emit: 'showDelete' }); menu.push({ id: 5, label: this.$gettext('Löschen'), icon: 'trash', emit: 'showDelete' });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment