mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 20:00:02 +00:00
fix(editor): Tweak schema view empty state copy and styling (#13819)
This commit is contained in:
@@ -2209,10 +2209,11 @@
|
||||
"ndv.search.placeholder.input": "Search selected node",
|
||||
"ndv.search.placeholder.input.schema": "Search previous nodes' fields",
|
||||
"ndv.search.noMatch.title": "No matching items",
|
||||
"ndv.search.noNodeMatch.title": "No matching nodes",
|
||||
"ndv.search.noNodeMatch.title": "No matching fields",
|
||||
"ndv.search.noMatch.description": "Try changing or {link} the filter to see more",
|
||||
"ndv.search.noMatchSchema.description": "To search field contents rather than just names, use Table or JSON view",
|
||||
"ndv.search.noMatch.description.link": "clearing",
|
||||
"ndv.search.noMatchSchema.description": "To search field values, switch to table or JSON view. {link}",
|
||||
"ndv.search.noMatchSchema.description.link": "Clear filter",
|
||||
"ndv.search.items": "{matched} of {total} item | {matched} of {total} items",
|
||||
"updatesPanel.andIs": "and is",
|
||||
"updatesPanel.behindTheLatest": "behind the latest and greatest n8n",
|
||||
|
||||
Reference in New Issue
Block a user