mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
move comment from json to js
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user