Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed May 5, 2021
2 parents 57d9e98 + 3f6e79f commit 85b7f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Circles</name>
<summary>Bring cloud-users closer together.</summary>
<description><![CDATA[Circles allows your users to create their own groups of users/colleagues/friends.
Those groups of users (or 'circles') can then be used by any other app for sharing purpose.
Those groups of users (or "circles") can then be used by any other app for sharing purpose.
]]>
</description>
<version>22.0.0-alpha.2</version>
Expand Down
2 changes: 1 addition & 1 deletion lib/Command/CirclesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 85b7f99

Please sign in to comment.