diff --git a/appinfo/app.php b/appinfo/app.php index 86bd14f0..97ee709a 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -38,7 +38,7 @@ $navigationEntry = function () use ($c) { 'order' => 2, 'href' => $c->query('ServerContainer')->getURLGenerator()->linkToRoute('documents.document.index'), 'icon' => $c->query('ServerContainer')->getURLGenerator()->imagePath('documents', 'documents.svg'), - 'name' => $c->query('L10N')->t('Collabora CloudSuite') + 'name' => $c->query('L10N')->t('Collabora Online Development Edition') ]; }; $c->getServer()->getNavigationManager()->add($navigationEntry); diff --git a/appinfo/info.xml b/appinfo/info.xml index 47874beb..b68060fd 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,7 +1,7 @@ documents - Collabora CloudSuite + Collabora Online Development Edition An ownCloud app to work with office documents AGPL 0.12.0