move comment from json to js

This commit is contained in:
Kazuki-Nakanishi
2018-05-28 17:06:38 +09:00
parent b2cca10e8b
commit b0c693cc3a
2 changed files with 2 additions and 1 deletions

View File

@@ -897,6 +897,7 @@ RED.sidebar.versionControl = (function() {
},
400: {
'git_push_failed': function(err) {
// TODO: better message
RED.notify(RED._("sidebar.project.versionControl.pushFailed"),"error");
},
'unexpected_error': function(error) {