update name to fit in the app dropdown, for real
This commit is contained in:
parent
31ee01520f
commit
1bfa8d2a9d
@ -37,7 +37,7 @@ $navigationEntry = function () use ($c) {
|
|||||||
'order' => 2,
|
'order' => 2,
|
||||||
'href' => $c->query('ServerContainer')->getURLGenerator()->linkToRoute('richdocuments.document.index'),
|
'href' => $c->query('ServerContainer')->getURLGenerator()->linkToRoute('richdocuments.document.index'),
|
||||||
'icon' => $c->query('ServerContainer')->getURLGenerator()->imagePath('richdocuments', 'documents.svg'),
|
'icon' => $c->query('ServerContainer')->getURLGenerator()->imagePath('richdocuments', 'documents.svg'),
|
||||||
'name' => $c->query('L10N')->t('Collabora Online')
|
'name' => $c->query('L10N')->t('Office')
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
$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>richdocuments</id>
|
<id>richdocuments</id>
|
||||||
<name>Office</name>
|
<name>Collabora Online</name>
|
||||||
<description>Collabora Online allows you to to work with all kinds of office documents directly in your browser.</description>
|
<description>Collabora Online allows you to to work with all kinds of office documents directly in your browser.</description>
|
||||||
<licence>AGPL</licence>
|
<licence>AGPL</licence>
|
||||||
<version>1.1.3</version>
|
<version>1.1.3</version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user