Add missing XXX
parent
5bd09fe5d2
commit
54b32690b2
|
@ -1031,9 +1031,9 @@ define([
|
|||
});
|
||||
}, true);
|
||||
|
||||
Messages.team_exportTitle = "Download team drive";
|
||||
Messages.team_exportHint = "Download all the pads frm this team's drive in a readable format (when available).";
|
||||
Messages.team_exportButton = "Download";
|
||||
Messages.team_exportTitle = "Download team drive"; // XXX
|
||||
Messages.team_exportHint = "Download all the pads frm this team's drive in a readable format (when available)."; // XXX
|
||||
Messages.team_exportButton = "Download"; // XXX
|
||||
makeBlock('export', function (common, cb) {
|
||||
// Backup all the pads
|
||||
var sframeChan = common.getSframeChannel();
|
||||
|
|
Loading…
Reference in New Issue