change app name to CODE

pull/1/head
Andras Timar 9 years ago
parent fc9afd6fe1
commit 814fb4d182

@ -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);

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<info>
<id>documents</id>
<name>Collabora CloudSuite</name>
<name>Collabora Online Development Edition</name>
<description>An ownCloud app to work with office documents</description>
<licence>AGPL</licence>
<version>0.12.0</version>

Loading…
Cancel
Save