Skip to content
Snippets Groups Projects
Commit f8f707aa authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

rename menu item, fixes #2992

Closes #2992

Merge request studip/studip!2073
parent 09c6eaf6
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
} }
if(this.userIsTeacher || !this.inCourseContext) { if(this.userIsTeacher || !this.inCourseContext) {
menu.push({ id: 4, label: this.$gettext('Darstellung'), icon: 'colorpicker', emit: 'showLayout' }); menu.push({ id: 4, label: this.$gettext('Darstellung'), icon: 'colorpicker', emit: 'showLayout' });
menu.push({ id: 4, label: this.$gettext('Kopieren'), icon: 'copy', emit: 'copyUnit' }); menu.push({ id: 4, label: this.$gettext('Duplizieren'), icon: 'copy', emit: 'copyUnit' });
menu.push({ id: 5, label: this.$gettext('Exportieren'), icon: 'export', emit: 'showExport' }); menu.push({ id: 5, label: this.$gettext('Exportieren'), icon: 'export', emit: 'showExport' });
menu.push({ id: 6, label: this.$gettext('Löschen'), icon: 'trash', emit: 'showDelete' }); menu.push({ id: 6, 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.
Finish editing this message first!
Please register or to comment