mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix i18n bugs in projects
This commit is contained in:
@@ -622,7 +622,7 @@ RED.projects = (function() {
|
||||
},
|
||||
400: {
|
||||
'project_exists': function(error) {
|
||||
console.log(RED._("projects.clone-project.already-exists"));
|
||||
console.log(RED._("projects.clone-project.already-exists2"));
|
||||
},
|
||||
'git_error': function(error) {
|
||||
console.log(RED._("projects.clone-project.git-error"),error);
|
||||
|
Reference in New Issue
Block a user