From 720e6b29a2366b3fa88ee902d037215c57436ab1 Mon Sep 17 00:00:00 2001 From: Erik Langhaug Date: Wed, 23 Sep 2020 12:48:09 +0200 Subject: [PATCH] HFP-3120 Add UI string for content hub disciplines --- h5p.classes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/h5p.classes.php b/h5p.classes.php index 11e141f..ed9df9d 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -3660,6 +3660,7 @@ class H5PCore { 'licenseVersionDescription' => $this->h5pF->t('Select a license version'), 'disciplineLabel' => $this->h5pF->t('Disciplines'), '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'), 'in' => $this->h5pF->t('in'),