From 0c40e081e71d020e3517fe3d041e0ac93d8af7d1 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander Date: Wed, 17 Mar 2021 15:11:34 +0100 Subject: [PATCH] HFP-3234 Adjust notification text when content is shared --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 6b5bf6f..74c5a05 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -3694,7 +3694,7 @@ class H5PCore { 'submitted' => $this->h5pF->t('Submitted!'), 'isNowSubmitted' => $this->h5pF->t('Is now submitted to H5P Hub'), 'changeHasBeenSubmitted' => $this->h5pF->t('A change has been submited for'), - 'contentAvailable' => $this->h5pF->t('Your content will soon be available for download'), + 'contentAvailable' => $this->h5pF->t('Your content will normally be available in the Hub within one business day.'), 'contentUpdateSoon' => $this->h5pF->t('Your content will update soon'), 'contentLicenseTitle' => $this->h5pF->t('Content License Info'), 'licenseDialogDescription' => $this->h5pF->t('Click on a specific license to get info about proper usage'),