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: {
|
400: {
|
||||||
'git_push_failed': function(err) {
|
'git_push_failed': function(err) {
|
||||||
|
// TODO: better message
|
||||||
RED.notify(RED._("sidebar.project.versionControl.pushFailed"),"error");
|
RED.notify(RED._("sidebar.project.versionControl.pushFailed"),"error");
|
||||||
},
|
},
|
||||||
'unexpected_error': function(error) {
|
'unexpected_error': function(error) {
|
||||||
|
@@ -495,7 +495,7 @@
|
|||||||
"createRemoteBranchPlaceholder": "Find or create a remote branch",
|
"createRemoteBranchPlaceholder": "Find or create a remote branch",
|
||||||
"trackedUpstreamBranch": "The created branch will be set as the tracked upstream branch.",
|
"trackedUpstreamBranch": "The created branch will be set as the tracked upstream branch.",
|
||||||
"selectUpstreamBranch": "The branch will be created. Select below to set it as the tracked upstream branch.",
|
"selectUpstreamBranch": "The branch will be created. Select below to set it as the tracked upstream branch.",
|
||||||
"pushFailed": "Push failed as the remote has more recent commits. Pull and merge first, then push again.", // TODO: better message
|
"pushFailed": "Push failed as the remote has more recent commits. Pull and merge first, then push again.",
|
||||||
"push": "push",
|
"push": "push",
|
||||||
"pull": "pull",
|
"pull": "pull",
|
||||||
"unablePull": "<p>Unable to pull remote changes; your unstaged local changes would be overwritten.</p><p>Commit your changes and try again.</p>",
|
"unablePull": "<p>Unable to pull remote changes; your unstaged local changes would be overwritten.</p><p>Commit your changes and try again.</p>",
|
||||||
|
Reference in New Issue
Block a user