From ee338115f40414e90e10dc13bf9e1f86e6509f53 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Tue, 19 Nov 2024 11:42:46 +0200 Subject: [PATCH] UI: Change translate to unlidu resource in export --- ui-ngx/src/assets/locale/locale.constant-en_US.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json index cf48269fd1..537da3e3a0 100644 --- a/ui-ngx/src/assets/locale/locale.constant-en_US.json +++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json @@ -1253,7 +1253,7 @@ "import": "Import dashboard", "export": "Export dashboard", "export-failed-error": "Unable to export dashboard: {{error}}", - "export-prompt": "Include dashboard resources in exported data", + "export-prompt": "Embed dashboard images and resources in exported data", "create-new-dashboard": "Create new dashboard", "dashboard-file": "Dashboard file", "invalid-dashboard-file-error": "Unable to import dashboard: Invalid dashboard data structure.", @@ -5376,9 +5376,9 @@ "selected-widgets": "{ count, plural, =1 {1 widget} other {# widgets} } selected", "undo": "Undo widget changes", "export": "Export widget", - "export-prompt": "Include widget resources in exported data", + "export-prompt": "Embed widget images and resources in exported data", "export-widgets": "Export widgets", - "export-widgets-prompt": "Include widgets resources in exported data", + "export-widgets-prompt": "Embed widgets images and resources in exported data", "import": "Import widget", "no-data": "No data to display on widget", "data-overflow": "Widget displays {{count}} out of {{total}} entities",