summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-12-10 16:15:23 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-12-10 16:15:23 +0100
commit85e1a7dfb076832114f6971aa0eba700837679d7 (patch)
tree1cca54ae8966f5ab278c40d99c7721050f0700f2 /appinfo/app.php
parentd83458c42f7299bc4af531542a0a24c5b3c138ca (diff)
fix name and icon
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index b78fbd5e..10e59162 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -36,6 +36,6 @@ $container->query('OCP\INavigationManager')->add(function () use ($container) {
// the title of your application. This will be used in the
// navigation or on the settings page of your app
- 'name' => $l10n->t('Contacts Rework'),
+ 'name' => $l10n->t('Contacts'),
];
});