mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Translate the number of items selected in the options list
This commit is contained in:
@@ -830,7 +830,7 @@
|
||||
this.input.trigger('change',[this.propertyType,this.value()]);
|
||||
}
|
||||
} else {
|
||||
this.optionSelectLabel.text(o.length+" selected");
|
||||
this.optionSelectLabel.text(RED._("typedInput.selected", { count: o.length }));
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user