Skip to content

Commit 85b7f99

Browse files
committedMay 5, 2021
Merge remote-tracking branch 'origin/master'
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2 parents 57d9e98 + 3f6e79f commit 85b7f99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Circles</name>
66
<summary>Bring cloud-users closer together.</summary>
77
<description><![CDATA[Circles allows your users to create their own groups of users/colleagues/friends.
8-
Those groups of users (or 'circles') can then be used by any other app for sharing purpose.
8+
Those groups of users (or "circles") can then be used by any other app for sharing purpose.
99
]]>
1010
</description>
1111
<version>22.0.0-alpha.2</version>

‎lib/Command/CirclesTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
193193
* @throws ItemNotFoundException
194194
*/
195195
private function testCirclesApp() {
196-
$this->t('Bootup');
196+
$this->t('Boot up');
197197
$this->loadConfiguration();
198198

199199
if (!$this->input->getOption('skip-setup')) {

0 commit comments

Comments
 (0)