From 82dfbdc0f8216e8b31eddc6e160a89c6b304f4dd Mon Sep 17 00:00:00 2001 From: Jonathan Bennetts Date: Tue, 20 Feb 2024 15:09:23 +0000 Subject: [PATCH] More changes --- packages/editor-ui/src/components/RunData.vue | 3 +-- packages/editor-ui/src/plugins/i18n/locales/en.json | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/editor-ui/src/components/RunData.vue b/packages/editor-ui/src/components/RunData.vue index 1cd3dec8d6f2b..ae38ca0f2d1e5 100644 --- a/packages/editor-ui/src/components/RunData.vue +++ b/packages/editor-ui/src/components/RunData.vue @@ -311,13 +311,12 @@ > diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index 1652bc9b1f789..7aff6de82aef5 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -811,8 +811,8 @@ "ndv.output.insertTestData": "insert test data", "ndv.output.staleDataWarning.regular": "Node parameters have changed.
Test node again to refresh output.", "ndv.output.staleDataWarning.pinData": "Node parameter changes will not affect pinned output data.", - "ndv.output.tooMuchData.message": "The node contains {size} MB of data. Displaying it may slow down your browser temporarily.
If you do decide to display it, avoid the JSON view.", - "ndv.output.tooMuchData.showDataAnyway": "Show data anyway", + "ndv.output.tooMuchData.message": "The node contains {size} MB of data. Displaying it may slow down your browser temporarily.
", + "ndv.output.tooMuchData.showDataAnyway": "Show data", "ndv.output.tooMuchData.title": "Display data?", "ndv.output.waitingToRun": "Waiting to execute...", "ndv.title.cancel": "Cancel",