diff --git a/commitizen/commands/init.py b/commitizen/commands/init.py index 1207cd02e..b06edd3b3 100644 --- a/commitizen/commands/init.py +++ b/commitizen/commands/init.py @@ -92,8 +92,8 @@ def __call__(self) -> None: out.info("Welcome to commitizen!\n") out.line( - "Answer the questions to configure your project.\n" - "For further configuration visit:\n" + "Answer the following questions to configure your project.\n" + "For further configuration, visit:\n" "\n" "https://commitizen-tools.github.io/commitizen/config/" "\n"