From a5c3dd6c4e91800ab31d7483e33b3c69264557bb Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Fri, 18 Sep 2020 11:07:31 +0200 Subject: [PATCH] JI-1923 Rename 'Hub' -> 'H5P Hub' --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 79122c5..11e141f 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -3712,7 +3712,7 @@ class H5PCore { 'successfullyRegistred' => $this->h5pF->t('You have successfully registered an account on the H5P Hub'), 'successfullyRegistredDescription' => $this->h5pF->t('You account details can be changed'), 'accountDetailsLinkText' => $this->h5pF->t('here'), - 'registrationTitle' => $this->h5pF->t('Hub Registration'), + 'registrationTitle' => $this->h5pF->t('H5P Hub Registration'), 'registrationFailed' => $this->h5pF->t('An error occurred'), 'registrationFailedDescription' => $this->h5pF->t('We were not able to create an account at this point. Something went wrong. Try again later.'), 'maxLength' => $this->h5pF->t(':length is the maximum number of characters'),