' +
+ '
' +
' ' +
' {{../removeLinkText}}' +
'
' +
@@ -241,7 +241,7 @@
addLinkText: t('core', 'Create public link'),
editLinkText: t('core', 'Edit'),
removeLinkText: t('core', 'Remove'),
- copyToClipboardText: t('core', 'Click to copy to clipboard'),
+ copyToClipboardText: t('core', 'Copy to clipboard'),
shareText: t('core', 'Social share'),
socialShareEnabled: this.configModel.isSocialShareEnabled(),
noShares: !this.collection.length,
@@ -250,7 +250,7 @@
shares: this.collection.map(_.bind(this._formatItem, this))
}));
- this.$el.find('.has-tooltip').tooltip();
+ this.$el.find('[title]').tooltip();
var clipboard = new Clipboard('#' + this.id + ' .clipboardButton');
clipboard.on('success', function (e) {