1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 10:50:24 +00:00

[invite people] enable to invite multiple guests at one time

This commit is contained in:
llj
2017-12-19 12:05:51 +08:00
parent 531c29d72e
commit d621e79bba
6 changed files with 142 additions and 19 deletions

View File

@@ -34,7 +34,7 @@ define([
beforeSend: Common.prepareCSRFToken,
success: function() {
_this.remove();
Common.feedback(gettext("Successfully deleted 1 item"), 'success');
Common.feedback(gettext("Successfully deleted 1 item."), 'success');
},
error: function(xhr) {
Common.ajaxErrorHandler(xhr);