From 66cf71f93b1483981cf8c2ffdf8259095f6aa74f Mon Sep 17 00:00:00 2001 From: Hannaes Date: Mon, 29 Mar 2021 10:00:08 +0200 Subject: [PATCH] HFP-3233 Change sharing ui text --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 752c6c9..5c476af 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -3670,7 +3670,7 @@ class H5PCore { 'removeChip' => $this->h5pF->t('Remove :chip from the list'), 'keywordsPlaceholder' => $this->h5pF->t('Add keywords'), 'keywords' => $this->h5pF->t('Keywords'), - 'keywordsDescription' => $this->h5pF->t('You can add multiple keywords. Press "Enter" to confirm each keyword'), + 'keywordsDescription' => $this->h5pF->t('You can add multiple keywords separated by commas. Press "Enter" or "Add" to confirm keywords'), 'altText' => $this->h5pF->t('Alt text'), 'reviewMessage' => $this->h5pF->t('Please review the info below before you share'), 'subContentWarning' => $this->h5pF->t('Sub-content (images, questions etc.) will be shared under :license unless otherwise specified in the authoring tool'),