summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
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'),
];
});