change app name to CODE
This commit is contained in:
parent
fc9afd6fe1
commit
814fb4d182
@ -38,7 +38,7 @@ $navigationEntry = function () use ($c) {
|
|||||||
'order' => 2,
|
'order' => 2,
|
||||||
'href' => $c->query('ServerContainer')->getURLGenerator()->linkToRoute('documents.document.index'),
|
'href' => $c->query('ServerContainer')->getURLGenerator()->linkToRoute('documents.document.index'),
|
||||||
'icon' => $c->query('ServerContainer')->getURLGenerator()->imagePath('documents', 'documents.svg'),
|
'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);
|
$c->getServer()->getNavigationManager()->add($navigationEntry);
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<info>
|
<info>
|
||||||
<id>documents</id>
|
<id>documents</id>
|
||||||
<name>Collabora CloudSuite</name>
|
<name>Collabora Online Development Edition</name>
|
||||||
<description>An ownCloud app to work with office documents</description>
|
<description>An ownCloud app to work with office documents</description>
|
||||||
<licence>AGPL</licence>
|
<licence>AGPL</licence>
|
||||||
<version>0.12.0</version>
|
<version>0.12.0</version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user