HFP-3232 Change placeholder text for disciplines selector
parent
16e51c06f5
commit
96d5b63b2e
|
@ -3663,7 +3663,7 @@ class H5PCore {
|
||||||
'disciplineDescription' => $this->h5pF->t('You can select multiple disciplines'),
|
'disciplineDescription' => $this->h5pF->t('You can select multiple disciplines'),
|
||||||
'disciplineLimitReachedMessage' => $this->h5pF->t('You can select up to :numDisciplines disciplines'),
|
'disciplineLimitReachedMessage' => $this->h5pF->t('You can select up to :numDisciplines disciplines'),
|
||||||
'discipline' => array(
|
'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'),
|
'in' => $this->h5pF->t('in'),
|
||||||
'dropdownButton' => $this->h5pF->t('Dropdown button'),
|
'dropdownButton' => $this->h5pF->t('Dropdown button'),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue