cloudsuite: Minimal branding.

This commit is contained in:
Jan Holesovsky 2015-10-23 14:00:36 +02:00
parent 8c82cfe3cb
commit 7324ec8549
2 changed files with 5 additions and 5 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('Documents')
'name' => $c->query('L10N')->t('Collabora CloudSuite')
];
};
$c->getServer()->getNavigationManager()->add($navigationEntry);

View File

@ -1,13 +1,13 @@
<?xml version="1.0"?>
<info>
<id>documents</id>
<name>Documents</name>
<name>Collabora CloudSuite</name>
<description>An ownCloud app to work with office documents</description>
<licence>AGPL</licence>
<version>0.12.0</version>
<author>Frank Karlitschek, Victor Dubiniuk</author>
<bugs>https://github.com/owncloud/documents/issues</bugs>
<repository type="git">http://github.com/owncloud/documents.git</repository>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<bugs>https://www.collaboraoffice.com/</bugs>
<repository type="git">git://gerrit.libreoffice.org/online.git</repository>
<category>productivity</category>
<dependencies>
<owncloud min-version="8.1" max-version="9.0" />