You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/04/06 18:54:27 UTC

[camel-karavan] branch main updated: Update RouteDesigner.tsx

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

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 64ae89d  Update RouteDesigner.tsx
64ae89d is described below

commit 64ae89d523d92413724569886b9e4ef0383d64cf
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Wed Apr 6 14:54:23 2022 -0400

    Update RouteDesigner.tsx
---
 karavan-designer/src/designer/route/RouteDesigner.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/karavan-designer/src/designer/route/RouteDesigner.tsx b/karavan-designer/src/designer/route/RouteDesigner.tsx
index 3c82f43..98b0bb6 100644
--- a/karavan-designer/src/designer/route/RouteDesigner.tsx
+++ b/karavan-designer/src/designer/route/RouteDesigner.tsx
@@ -164,7 +164,7 @@ export class RouteDesigner extends React.Component<Props, State> {
                     break;
                 }
             }
-            message = 'Deleting this Element will delete the entire integration. Ok?' ;
+            message = 'Deleting the first element will delete the entire route!' ;
          } else if( ce.dslName === 'RouteDefinition' ) {
             message = 'Delete integration?' ;
          } else {