diff --git a/administrator/components/com_media/resources/scripts/components/modals/share-modal.vue b/administrator/components/com_media/resources/scripts/components/modals/share-modal.vue index 17e2a4a559abf..106d698ec47f2 100644 --- a/administrator/components/com_media/resources/scripts/components/modals/share-modal.vue +++ b/administrator/components/com_media/resources/scripts/components/modals/share-modal.vue @@ -15,7 +15,7 @@ - + diff --git a/administrator/components/com_media/tmpl/media/default_texts.php b/administrator/components/com_media/tmpl/media/default_texts.php index e9b1030572649..6994c5d87d786 100644 --- a/administrator/components/com_media/tmpl/media/default_texts.php +++ b/administrator/components/com_media/tmpl/media/default_texts.php @@ -52,6 +52,7 @@ Text::script('COM_MEDIA_SELECT_ALL', true); Text::script('COM_MEDIA_SERVER_ERROR', true); Text::script('COM_MEDIA_SHARE', true); +Text::script('COM_MEDIA_SHARE_COPY', true); Text::script('COM_MEDIA_SHARE_COPY_FAILED_ERROR', true); Text::script('COM_MEDIA_SHARE_DESC', true); Text::script('COM_MEDIA_TOGGLE_INFO', true); diff --git a/administrator/language/en-GB/en-GB.com_media.ini b/administrator/language/en-GB/en-GB.com_media.ini index 18dd4b0dc1586..425abc83cf6b8 100644 --- a/administrator/language/en-GB/en-GB.com_media.ini +++ b/administrator/language/en-GB/en-GB.com_media.ini @@ -73,6 +73,7 @@ COM_MEDIA_SEARCH="Search..." COM_MEDIA_SELECT_ALL="Toggle select all" COM_MEDIA_SERVER_ERROR="Internal server error" COM_MEDIA_SHARE="Share the file" +COM_MEDIA_SHARE_COPY="Copy to clipboard" COM_MEDIA_SHARE_COPY_FAILED_ERROR="Error copying to clipboard" COM_MEDIA_SHARE_DESC="Share the file with others. Anyone with link can view the file" COM_MEDIA_TOGGLE_INFO="Toggle item info" diff --git a/language/en-GB/en-GB.com_media.ini b/language/en-GB/en-GB.com_media.ini index a43a2c766b13a..7bae6dc4c418c 100644 --- a/language/en-GB/en-GB.com_media.ini +++ b/language/en-GB/en-GB.com_media.ini @@ -106,6 +106,7 @@ COM_MEDIA_SEARCH="Search..." COM_MEDIA_SELECT_ALL="Toggle select all" COM_MEDIA_SERVER_ERROR="Internal server error" COM_MEDIA_SHARE="Share the file" +COM_MEDIA_SHARE_COPY="Copy to clipboard" COM_MEDIA_SHARE_COPY_FAILED_ERROR="Error copying to clipboard" COM_MEDIA_SHARE_DESC="Share the file with others. Anyone with link can view the file" COM_MEDIA_START_UPLOAD="Start Upload"