diff --git a/appinfo/info.xml b/appinfo/info.xml
index fd798d787..a9165a3c4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
Circles
Bring cloud-users closer together.
22.0.0-alpha.2
diff --git a/lib/Command/CirclesTest.php b/lib/Command/CirclesTest.php
index 8377f49c1..7effb9941 100644
--- a/lib/Command/CirclesTest.php
+++ b/lib/Command/CirclesTest.php
@@ -193,7 +193,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
* @throws ItemNotFoundException
*/
private function testCirclesApp() {
- $this->t('Bootup');
+ $this->t('Boot up');
$this->loadConfiguration();
if (!$this->input->getOption('skip-setup')) {