diff --git a/lib/editor/tiny/plugins/media/lang/en/tiny_media.php b/lib/editor/tiny/plugins/media/lang/en/tiny_media.php
index b9806bfbfe0..10384c07d96 100644
--- a/lib/editor/tiny/plugins/media/lang/en/tiny_media.php
+++ b/lib/editor/tiny/plugins/media/lang/en/tiny_media.php
@@ -90,6 +90,7 @@ $string['presentationoraltrequired'] = 'An image must have a description, unless
$string['privacy:metadata'] = 'The media plugin for TinyMCE does not store any personal data.';
$string['remove'] = 'Remove';
$string['repositorynotpermitted'] = 'Paste an image link in the field below.';
+$string['repositoryuploadnotpermitted'] = 'Paste an image link in the field below or
click the Browse Repositories button.';
$string['saveimage'] = 'Save';
$string['size'] = 'Width x height (in pixels)';
$string['sizecustom'] = 'Custom size';
diff --git a/lib/editor/tiny/plugins/media/templates/insert_image_modal_details_footer.mustache b/lib/editor/tiny/plugins/media/templates/insert_image_modal_details_footer.mustache
index 4502b23561b..d4beb9c9fee 100644
--- a/lib/editor/tiny/plugins/media/templates/insert_image_modal_details_footer.mustache
+++ b/lib/editor/tiny/plugins/media/templates/insert_image_modal_details_footer.mustache
@@ -29,7 +29,7 @@
{{#str}} repositorynotpermitted, tiny_media {{/str}}
++ {{#showfilepicker}} + {{#str}} repositoryuploadnotpermitted, tiny_media {{/str}}
+ {{/showfilepicker}} + {{^showfilepicker}} + {{#str}} repositorynotpermitted, tiny_media {{/str}} + {{/showfilepicker}}