Skip to content
Snippets Groups Projects
Commit 15300d00 authored by Ron Lucke's avatar Ron Lucke Committed by Jan-Hendrik Willms
Browse files

fix #2767

Closes #2767

Merge request studip/studip!2466
parent d0b3f0b4
No related branches found
No related tags found
No related merge requests found
...@@ -829,7 +829,7 @@ export default { ...@@ -829,7 +829,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'),
}; };
...@@ -837,8 +837,8 @@ export default { ...@@ -837,8 +837,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