From fa04b175ae3d4049aa0dc2ed862373e034ca7be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 25 Oct 2017 10:58:10 +0200 Subject: [PATCH] Fix: Wording --- src/Console/GenerateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/GenerateCommand.php b/src/Console/GenerateCommand.php index a712d1df..a0203fb0 100644 --- a/src/Console/GenerateCommand.php +++ b/src/Console/GenerateCommand.php @@ -152,7 +152,7 @@ protected function execute(Input\InputInterface $input, Output\OutputInterface $ ); $io->section(\sprintf( - 'Pull Requests for %s %s', + 'Pull Requests merged in %s %s', $repository, $range ));