mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 06:33:48 +00:00
add help of internal-link, change the name smart-link to internal-link
This commit is contained in:
@@ -47,7 +47,7 @@ define([
|
||||
var $el = this.$el;
|
||||
$el.find('.copy-input').val($el.find('.smart-link-href').html()).select();
|
||||
document.execCommand('copy');
|
||||
Common.feedback(gettext("Smart link copied to clipboard"), 'success');
|
||||
Common.feedback(gettext("Internal link copied to clipboard"), 'success');
|
||||
$.modal.close();
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user