aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/course/basicdata.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/course/basicdata.php')
-rw-r--r--app/controllers/course/basicdata.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/course/basicdata.php b/app/controllers/course/basicdata.php
index 4524153..f1610d6 100644
--- a/app/controllers/course/basicdata.php
+++ b/app/controllers/course/basicdata.php
@@ -121,7 +121,7 @@ class Course_BasicdataController extends AuthenticatedController
}
}
$this->institutional[] = [
- 'title' => _('Heimat-Einrichtung'),
+ 'title' => _('Heimateinrichtung'),
'name' => 'course_institut_id',
'must' => true,
'type' => 'nested-select',
@@ -131,7 +131,7 @@ class Course_BasicdataController extends AuthenticatedController
];
$this->institutional[] = [
- 'title' => _('beteiligte Einrichtungen'),
+ 'title' => _('Beteiligte Einrichtungen'),
'name' => 'related_institutes[]',
'type' => 'nested-select',
'value' => array_diff($course->institutes->pluck('id'), [$course->institut_id]),