1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

Change displayname of ownCloud username field

This commit is contained in:
Tobia De Koninck 2014-05-09 09:50:50 +02:00
parent eb73753128
commit 3806f0236b

View File

@ -133,7 +133,7 @@ Class Properties {
'protocol' => 'x-apple', 'protocol' => 'x-apple',
), ),
'owncloud-handle' => array( 'owncloud-handle' => array(
'displayname' => (string)$l10n->t('ownCloud handle'), 'displayname' => (string)$l10n->t('ownCloud'),
'xname' => null, 'xname' => null,
'protocol' => 'x-owncloud-handle' 'protocol' => 'x-owncloud-handle'
), ),