diff --git a/libs/cli/langgraph_cli/templates.py b/libs/cli/langgraph_cli/templates.py index 6cdacb331..fbbc261a5 100644 --- a/libs/cli/langgraph_cli/templates.py +++ b/libs/cli/langgraph_cli/templates.py @@ -85,7 +85,7 @@ def _choose_template() -> str: fg="green", ) version_choice: int = click.prompt( - "Choose version (1 for Python 🐍, 2 for JS/TS 🌐)", type=int + "Choose language (1 for Python 🐍, 2 for JS/TS 🌐)", type=int ) if version_choice == 1: