diff --git a/packages/syft/src/syft/orchestra.py b/packages/syft/src/syft/orchestra.py index ef460be3fd1..426b6b2d370 100644 --- a/packages/syft/src/syft/orchestra.py +++ b/packages/syft/src/syft/orchestra.py @@ -332,8 +332,8 @@ def launch( ) display( SyftInfo( - message=f"You have created a development node at http://{host}:{node_handle.port}.\ - It is intended only for local use." + message=f"You have launched a development node at http://{host}:{node_handle.port}." + + "It is intended only for local use." ) ) return node_handle