fix(editor): Tweak schema view empty state copy and styling (#13819)

This commit is contained in:
Elias Meire
2025-03-12 16:24:50 +01:00
committed by GitHub
parent e33d0d7466
commit cfc7a14e18
3 changed files with 19 additions and 13 deletions

View File

@@ -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",