1
0
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:
cainiao222
2018-07-25 11:16:33 +08:00
parent 13a04f02d0
commit e589403bc6
3 changed files with 17 additions and 7 deletions

View File

@@ -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();
},