diff options
| author | Michaela Brückner <brueckner@data-quest.de> | 2022-07-04 09:31:29 +0200 |
|---|---|---|
| committer | Michaela Brückner <brueckner@data-quest.de> | 2022-09-20 13:32:19 +0200 |
| commit | 7294f754f54bb5a2a8c7815d1bdb0bc57de24997 (patch) | |
| tree | e0cefc45519a8d6c66d3cc43236464c496f57345 | |
| parent | 25c592fbd087ae08da58fbb164fbb3e0bc562d32 (diff) | |
OER Campus -> OER-Campus, re #853 re #1190853-oer-post-upload-dialog-zum-teilen-von-dateien
| -rw-r--r-- | app/controllers/file.php | 2 | ||||
| -rw-r--r-- | app/views/file/suggest_oer.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/file.php b/app/controllers/file.php index 6288f9a..51dd374 100644 --- a/app/controllers/file.php +++ b/app/controllers/file.php @@ -571,7 +571,7 @@ class FileController extends AuthenticatedController Request::option('message_id'), '', null, - _('Vorschlag zur Veröffentlichung einer Datei im OER Campus') + _('Vorschlag zur Veröffentlichung einer Datei im OER-Campus') ); $this->response->add_header('X-Dialog-Close', '1'); $this->render_nothing(); diff --git a/app/views/file/suggest_oer.php b/app/views/file/suggest_oer.php index 058c967..041d8ff 100644 --- a/app/views/file/suggest_oer.php +++ b/app/views/file/suggest_oer.php @@ -2,7 +2,7 @@ class='default' method='POST' data-dialog="reload-on-close"> <?= CSRFProtection::tokenTag() ?> - <p><?= sprintf(_('Das folgende Material wird %s zur Veröffentlichung im OER Campus vorgeschlagen:'), $author_fullname)?></p> + <p><?= sprintf(_('Das folgende Material wird %s zur Veröffentlichung im OER-Campus vorgeschlagen:'), $author_fullname)?></p> <p><?= htmlReady($file->getFilename())?></p> <label for="additional_text"> <span class=""> |
