Skip to content
Snippets Groups Projects
Commit 0f668704 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Contacts: Corrected i18n call.

parent b619821f
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ OCP\App::addNavigationEntry( array( ...@@ -19,7 +19,7 @@ OCP\App::addNavigationEntry( array(
'order' => 10, 'order' => 10,
'href' => OCP\Util::linkTo( 'contacts', 'index.php' ), 'href' => OCP\Util::linkTo( 'contacts', 'index.php' ),
'icon' => OCP\Util::imagePath( 'settings', 'users.svg' ), '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'); OCP\App::registerPersonal('contacts','settings');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment