summaryrefslogtreecommitdiffstats
path: root/appinfo
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
parentd83458c42f7299bc4af531542a0a24c5b3c138ca (diff)
fix name and icon
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php2
-rw-r--r--appinfo/info.xml6
2 files changed, 4 insertions, 4 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'),
];
});
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 @@
<?xml version="1.0"?>
<info>
<id>contactsrework</id>
- <name>Contacts Rework</name>
- <description>My first ownCloud app</description>
+ <name>Contacts</name>
+ <description>The new and improved app for your Contacts.</description>
<licence>AGPL</licence>
<author>Hendrik Leppelsack</author>
<version>0.0.1</version>
@@ -11,4 +11,4 @@
<dependencies>
<owncloud min-version="8.1" />
</dependencies>
-</info> \ No newline at end of file
+</info>