From 96d5b63b2eddab577425c113898f7add4c805c85 Mon Sep 17 00:00:00 2001 From: Hannaes Date: Fri, 12 Mar 2021 16:31:18 +0100 Subject: [PATCH] HFP-3232 Change placeholder text for disciplines selector --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 6b5bf6f..666d70a 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -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'), ),