From 85e1a7dfb076832114f6971aa0eba700837679d7 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 10 Dec 2015 16:15:23 +0100 Subject: fix name and icon --- appinfo/app.php | 2 +- appinfo/info.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'appinfo') 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'), ]; }); diff --git a/appinfo/info.xml b/appinfo/info.xml index 7b05c120..81307419 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,8 +1,8 @@ contactsrework - Contacts Rework - My first ownCloud app + Contacts + The new and improved app for your Contacts. AGPL Hendrik Leppelsack 0.0.1 @@ -11,4 +11,4 @@ - \ No newline at end of file + -- cgit v1.2.3