refactor(editor): Tweak phrasing of itemMatching() (no-changelog) (#5037)
✏️ Tweak phrasing of `itemMatching()`
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"_reusableBaseText.codeNodeEditor.completer.all": "Get all items",
|
||||
"_reusableBaseText.codeNodeEditor.completer.first": "Get the first item",
|
||||
"_reusableBaseText.codeNodeEditor.completer.last": "Get the last item",
|
||||
"_reusableBaseText.codeNodeEditor.completer.itemMatching": "Get the item matching a specified input item",
|
||||
"_reusableBaseText.codeNodeEditor.completer.itemMatching": "Get the item matching a specified input item. Pass the input item index",
|
||||
"_reusableBaseText.name": "Name",
|
||||
"_reusableBaseText.save": "Save",
|
||||
"_reusableBaseText.dismiss": "Dismiss",
|
||||
|
||||
Reference in New Issue
Block a user