mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-10 13:37:55 -05:00
use "continue" label for continue buttons; fix project template message
This commit is contained in:
@@ -66,7 +66,7 @@ async def start_new_project(sm: StateManager, ui: UIBase) -> bool:
|
||||
:param ui: User interface.
|
||||
:return: True if the project was created successfully, False otherwise.
|
||||
"""
|
||||
user_input = await ui.ask_question("What is the name of the project", allow_empty=False, source=pythagora_source)
|
||||
user_input = await ui.ask_question("What is the project name?", allow_empty=False, source=pythagora_source)
|
||||
if user_input.cancelled:
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user