HFP-3232 Change placeholder text for disciplines selector

content-hub
Hannaes 2021-03-12 16:31:18 +01:00
parent 16e51c06f5
commit 96d5b63b2e
1 changed files with 1 additions and 1 deletions

View File

@ -3663,7 +3663,7 @@ class H5PCore {
'disciplineDescription' => $this->h5pF->t('You can select multiple disciplines'),
'disciplineLimitReachedMessage' => $this->h5pF->t('You can select up to :numDisciplines disciplines'),
'discipline' => array(
'searchPlaceholder' => $this->h5pF->t('Select one or more disciplines'),
'searchPlaceholder' => $this->h5pF->t('Type to search for disciplines'),
'in' => $this->h5pF->t('in'),
'dropdownButton' => $this->h5pF->t('Dropdown button'),
),