mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Some more node i18n tidy up
This commit is contained in:
@@ -92,13 +92,13 @@
|
||||
return this.name ? "node_label_italic" : "";
|
||||
},
|
||||
oneditprepare: function() {
|
||||
var set = this._("change.set");
|
||||
var change = this._("change.change");
|
||||
var del = this._("change.delete");
|
||||
var to = this._("change.to");
|
||||
var search = this._("change.search");
|
||||
var replace = this._("change.replace");
|
||||
var regex = this._("change.regex");
|
||||
var set = this._("change.action.set");
|
||||
var change = this._("change.action.change");
|
||||
var del = this._("change.action.delete");
|
||||
var to = this._("change.action.to");
|
||||
var search = this._("change.action.search");
|
||||
var replace = this._("change.action.replace");
|
||||
var regex = this._("change.label.regex");
|
||||
if (this.reg === null) { $("#node-input-reg").prop('checked', true); }
|
||||
$("#node-input-action").change();
|
||||
|
||||
|
Reference in New Issue
Block a user