This is an automated email from the ASF dual-hosted git repository.

vgalaxies pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git


The following commit(s) were added to refs/heads/master by this push:
     new a798704d fix(hubble): typo word in display (#655)
a798704d is described below

commit a798704d20168de05b40024bf39cd3e94b5d3ee2
Author: Bobby Warner <bobbywar...@gmail.com>
AuthorDate: Thu Feb 20 02:30:29 2025 -0600

    fix(hubble): typo word in display (#655)
---
 .../graph-managment/data-import/import-tasks/ImportTasks.json     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/hugegraph-hubble/hubble-fe/src/i18n/resources/en-US/graph-managment/data-import/import-tasks/ImportTasks.json
 
b/hugegraph-hubble/hubble-fe/src/i18n/resources/en-US/graph-managment/data-import/import-tasks/ImportTasks.json
index 6b59fb15..d7039389 100644
--- 
a/hugegraph-hubble/hubble-fe/src/i18n/resources/en-US/graph-managment/data-import/import-tasks/ImportTasks.json
+++ 
b/hugegraph-hubble/hubble-fe/src/i18n/resources/en-US/graph-managment/data-import/import-tasks/ImportTasks.json
@@ -56,7 +56,7 @@
             "manipulations": {
                 "create": "create",
                 "delete": "delete",
-                "cancel": "becel"
+                "cancel": "cancel"
             }
         },
         "validator": {
@@ -83,7 +83,7 @@
                 },
                 "manipulations": {
                     "save": "save",
-                    "cancel": "becel"
+                    "cancel": "cancel"
                 }
             }
         },
@@ -154,7 +154,7 @@
             "manipulation": {
                 "create": "create",
                 "save": "save",
-                "cancel": "becel",
+                "cancel": "cancel",
                 "create-vertex": "create vertex mapping",
                 "create-edge": "Create EDGE MAPPING"
             },
@@ -266,7 +266,7 @@
             "add": "ADD",
             "edit": "edit",
             "delete": "delete",
-            "cancel": "becel",
+            "cancel": "cancel",
             "hints": {
                 "delete-confirm": "Confirm delete?",
                 "warning": "Cannot be recovered after deletion, please openly 
carefully"

Reply via email to