fix appearence of retry button of remote branch management dialog

This commit is contained in:
Hiroyasu Nishiyama
2018-06-23 12:49:09 +09:00
parent f5e212ff1e
commit 0c6bf81c24
4 changed files with 4 additions and 2 deletions

View File

@@ -1983,7 +1983,7 @@ RED.projects = (function() {
notification.close();
}
},{
text: $('<span><i class="fa fa-refresh"></i> Retry</span>'),
text: '<span><i class="fa fa-refresh"></i> ' +RED._("projects.send-req.retry") +'</span>',
click: function() {
body = body || {};
var authBody = {};