Skip to content
Snippets Groups Projects
Commit 97bd5e71 authored by Michaela Brückner's avatar Michaela Brückner :unicorn:
Browse files

fixes #1061

Closes #1061

Merge request studip/studip!629
parent fa762ae7
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
</li>
<li v-if="!isOwner" class="cw-action-widget-oer">
<button @click="suggestOER">
<translate>Material für OER Campus vorschlagen</translate>
<translate>Material für %{oerTitle} vorschlagen</translate>
</button>
</li>
<li v-if="!isRoot && canEdit" class="cw-action-widget-trash">
......
......@@ -851,6 +851,8 @@ export default {
let menu = [
{ id: 4, label: this.$gettext('Informationen anzeigen'), icon: 'info', emit: 'showInfo' },
{ id: 5, label: this.$gettext('Lesezeichen setzen'), icon: 'star', emit: 'setBookmark' },
{ id: 6, label: this.$gettextInterpolate('Material für %{ oerTitle } vorschlagen', {oerTitle: this.oerTitle}), icon: 'oer-campus', emit: 'showSuggest' },
];
if (this.canEdit) {
menu.push({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment