1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 02:42:47 +00:00

Update translation and refactor

This commit is contained in:
zhengxie
2017-09-18 17:02:39 +08:00
parent 12ba328119
commit 4b37a8afe3
10 changed files with 165 additions and 87 deletions

View File

@@ -24,7 +24,7 @@ define([
deleteIP: function() {
var _this = this;
var ip = this.model.get('ip');
var popupTitle = gettext("Delete IP Address");
var popupTitle = gettext("Delete");
var popupContent = gettext("Are you sure you want to delete %s ?").replace('%s', '<span class="op-target ellipsis ellipsis-op-target" title="' + Common.HTMLescape(ip) + '">' + Common.HTMLescape(ip) + '</span>');
var yesCallback = function() {
$.ajax({