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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-10-19 15:36:52 +0300
committerJoas Schilling <coding@schilljs.com>2017-10-19 15:36:52 +0300
commit5be481aacbf74a5c841632945efa85f184745831 (patch)
tree495dc2abbeff1566c96a64c23c6447a5b4582d8e /appinfo
parent54a707ae5c15543f9ae68565c382f6598d0a7ea6 (diff)
Fix navigation entry
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 35b7e4fb8..6a7153cd3 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -22,7 +22,7 @@
$app = new \OCA\Spreed\AppInfo\Application();
$app->registerHooks();
-// For the navigation $l->t('Video calls')
+// For the navigation $l->t('Talk')
$manager = \OC::$server->getNotificationManager();
$manager->registerNotifier(function() {
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b7f393acf..6b37496bf 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -54,7 +54,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<navigations>
<navigation>
- <name>Video calls</name>
+ <name>Talk</name>
<route>spreed.Page.index</route>
<order>3</order>
</navigation>