diff options
Diffstat (limited to 'apps/contacts/appinfo/app.php')
-rw-r--r--[-rwxr-xr-x] | apps/contacts/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/appinfo/app.php b/apps/contacts/appinfo/app.php index e5e1d572f2d..20d97697bf4 100755..100644 --- a/apps/contacts/appinfo/app.php +++ b/apps/contacts/appinfo/app.php @@ -19,7 +19,7 @@ OCP\App::addNavigationEntry( array( 'order' => 10, 'href' => OCP\Util::linkTo( 'contacts', 'index.php' ), 'icon' => OCP\Util::imagePath( 'settings', 'users.svg' ), - 'name' => OC_L10N::get('contact')->t('Contacts') )); + 'name' => OC_L10N::get('contacts')->t('Contacts') )); OCP\App::registerPersonal('contacts','settings'); |