Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-07-19 21:49:04 +0300
committerAndras Timar <andras.timar@collabora.com>2016-07-19 21:49:04 +0300
commit1bfa8d2a9d145e3ec736f111ded127f22a049295 (patch)
treec5f9db67c6221fd0e8140d014f1347ef2e17d260 /appinfo
parent31ee01520fcd90bde0e411a0450bf8f0ef7237e4 (diff)
update name to fit in the app dropdown, for real
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index d52a1628..32b8b5c2 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -37,7 +37,7 @@ $navigationEntry = function () use ($c) {
'order' => 2,
'href' => $c->query('ServerContainer')->getURLGenerator()->linkToRoute('richdocuments.document.index'),
'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);
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a671bf95..b70e287f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<info>
<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>
<licence>AGPL</licence>
<version>1.1.3</version>