Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<span class="input-group">
<input id="url" ref="urlText" readonly v-model="url" class="form-control input-xxlarge" placeholder="URL" autocomplete="off">
<span class="input-group-append">
<a class="btn btn-secondary" role="button" @click="copyToClipboard" title="Copy to clipboard">
<a class="btn btn-secondary" role="button" @click="copyToClipboard" title="{{ translate('COM_MEDIA_SHARE_COPY') }}>
<span class="fa fa-clipboard" aria-hidden="true"></span>
</a>
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions administrator/language/en-GB/en-GB.com_media.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions language/en-GB/en-GB.com_media.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down