Skip to content
Snippets Groups Projects
Commit 9a294ca1 authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

update label, fixes #3210

Closes #3210

Merge request studip/studip!2177
parent 5d118e54
No related branches found
No related tags found
No related merge requests found
......@@ -72,11 +72,7 @@ class InstituteSelectWidget extends SelectWidget
if ($this->include_all_option) {
$element = new SelectElement(
'all',
(
$GLOBALS['perm']->have_perm('root')
? _('Alle')
: _('Alle meine Einrichtungen')
),
_('Alle'),
in_array('all', $this->selected_element_ids)
);
$element->setAsHeader(true);
......
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