Skip to content
Snippets Groups Projects
Commit 9dc0187b authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #2767

Closes #2767

Merge request !2466
parent de08f8b1
No related branches found
No related tags found
2 merge requests!2550Draft: Resolve "OER Material vorschlagen in Courseware beachtet OERCAMPUS_ENABLED nicht",!2466fix #2767
Pipeline #18587 passed
...@@ -767,7 +767,7 @@ export default { ...@@ -767,7 +767,7 @@ export default {
textOer() { textOer() {
return { return {
title: this.$gettext('Lerninhalte auf dem OER Campus veröffentlichen'), title: this.$gettext('Seite auf dem OER Campus veröffentlichen'),
confirm: this.$gettext('Veröffentlichen'), confirm: this.$gettext('Veröffentlichen'),
close: this.$gettext('Abbrechen'), close: this.$gettext('Abbrechen'),
}; };
...@@ -775,8 +775,8 @@ export default { ...@@ -775,8 +775,8 @@ export default {
textSuggestOer() { textSuggestOer() {
return { return {
title: this.$gettext('Lerninhalt für den OER Campus vorschlagen'), title: this.$gettext('Seite für den OER Campus vorschlagen'),
confirm: this.$gettext('Lerninhalt vorschlagen'), confirm: this.$gettext('Vorschlagen'),
close: this.$gettext('Abbrechen'), close: this.$gettext('Abbrechen'),
}; };
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment