mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
[share link] improvement for 'delete confirm' & 'show expiration date'
This commit is contained in:
@@ -44,8 +44,8 @@ define([
|
||||
|
||||
var _this = this;
|
||||
|
||||
var popupTitle = gettext("Are you sure to remove the share link?");
|
||||
var popupContent = gettext("If the share link is removed, no one will be able to access the file any more with the link.");
|
||||
var popupTitle = gettext("Are you sure you want to remove the share link?");
|
||||
var popupContent = gettext("If the share link is removed, no one will be able to access it any more.");
|
||||
var yesCallback = function() {
|
||||
$.ajax({
|
||||
url: Common.getUrl({
|
||||
|
Reference in New Issue
Block a user