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

Revert "fix !628 #1061"

This reverts commit 96729334
parent 96729334
No related branches found
No related tags found
No related merge requests found
...@@ -528,7 +528,7 @@ ...@@ -528,7 +528,7 @@
> >
<template v-slot:dialogContent> <template v-slot:dialogContent>
<p><translate>Das folgende Courseware-Material wird {{ ownerName }} <p><translate>Das folgende Courseware-Material wird {{ ownerName }}
zur Veröffentlichung im {{ oerTitle }} vorgeschlagen:</translate></p> zur Veröffentlichung im OER Campus vorgeschlagen:</translate></p>
<table class="cw-structural-element-info"> <table class="cw-structural-element-info">
<tr> <tr>
<td><translate>Titel</translate>:</td> <td><translate>Titel</translate>:</td>
...@@ -749,7 +749,7 @@ export default { ...@@ -749,7 +749,7 @@ export default {
textSuggestOer() { textSuggestOer() {
return { return {
title: this.$gettextInterpolate('Material für %{ oerTitle } vorschlagen', {oerTitle: this.oerTitle}), title: this.$gettext('Material für OER Campus vorschlagen'),
confirm: this.$gettext('Material vorschlagen'), confirm: this.$gettext('Material vorschlagen'),
close: this.$gettext('Schließen'), close: this.$gettext('Schließen'),
}; };
...@@ -1539,7 +1539,7 @@ export default { ...@@ -1539,7 +1539,7 @@ export default {
this.closeLinkDialog(); this.closeLinkDialog();
}, },
closeLinkDialog() { closeLinkDialog() {
this.publicLink = { this.publicLink = {
passsword: '', passsword: '',
'expire-date': '' 'expire-date': ''
}; };
......
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