From 814fb4d182abf1a4468da6c143801212ab39c8be Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 6 Dec 2015 11:45:52 +0100 Subject: [PATCH] change app name to CODE --- appinfo/app.php | 2 +- appinfo/info.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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