From 832707dcaf3f2f8b62d4b05a28481875e75b61ee Mon Sep 17 00:00:00 2001 From: Hannaes Date: Fri, 18 Sep 2020 09:50:41 +0200 Subject: [PATCH] JI-1923 Change title text of registration ui --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 4c3ea59..79122c5 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('H5P Hub Registration and End User License Agreement (EULA)'), + 'registrationTitle' => $this->h5pF->t('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'),