Skip to content
Snippets Groups Projects
Commit 59e92968 authored by Thomas Marstrander's avatar Thomas Marstrander
Browse files

HFP-3234 Adjust text when content is shared on the hub

Update H5P core
parent e2bd2aee
No related branches found
No related tags found
No related merge requests found
......@@ -614,7 +614,7 @@ class framework implements \H5PFrameworkInterface {
'Submitted!' => 'submitted',
'Is now submitted to H5P Hub' => 'isnowsubmitted',
'A change has been submited for' => 'changehasbeensubmitted',
'Your content will soon be available for download' => 'contentavailable',
'Your content will normally be available in the Hub within one business day.' => 'contentavailable',
'Your content will update soon' => 'contentupdatesoon',
'Content License Info' => 'contentlicensetitle',
'Click on a specific license to get info about proper usage' => 'licensedialogdescription',
......
......@@ -552,7 +552,7 @@ $string['screenshotsdescription'] = 'Add up to five screenshots of your content'
$string['submitted'] = 'Submitted!';
$string['isnowsubmitted'] = 'Is now submitted to H5P Hub';
$string['changehasbeensubmitted'] = 'A change has been submited for';
$string['contentavailable'] = 'Your content will soon be available for download';
$string['contentavailable'] = 'Your content will normally be available in the Hub within one business day.';
$string['contentupdatesoon'] = 'Your content will update soon';
$string['contentlicensetitle'] = 'Content License Info';
$string['licensedialogdescription'] = 'Click on a specific license to get info about proper usage';
......
Subproject commit 16e51c06f550546b4f1dfed27eee3eb9c9bde87a
Subproject commit 951912d7c134aae16ded2c084244ff51355eae83
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment