HFP-3234 Adjust notification text when content is shared

content-hub
Thomas Marstrander 2021-03-17 15:11:34 +01:00
parent 16e51c06f5
commit 0c40e081e7
1 changed files with 1 additions and 1 deletions

View File

@ -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'),