mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08:00
refactor(editor): Tweak phrasing of itemMatching()
(no-changelog) (#5037)
✏️ Tweak phrasing of `itemMatching()`
This commit is contained in:
parent
cc9879d334
commit
a75dcc755b
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue