change app name to CODE

This commit is contained in:
Andras Timar 2015-12-06 11:45:52 +01:00
parent fc9afd6fe1
commit 814fb4d182
2 changed files with 2 additions and 2 deletions

View File

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

View File

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