mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Merge pull request #934 from owncloud/default_to_home
default should always be home
This commit is contained in:
commit
5e37672d2e
@ -160,8 +160,8 @@ Class Properties {
|
|||||||
case 'ADR':
|
case 'ADR':
|
||||||
case 'IMPP':
|
case 'IMPP':
|
||||||
return array(
|
return array(
|
||||||
'WORK' => (string)$l->t('Work'),
|
|
||||||
'HOME' => (string)$l->t('Home'),
|
'HOME' => (string)$l->t('Home'),
|
||||||
|
'WORK' => (string)$l->t('Work'),
|
||||||
'OTHER' => (string)$l->t('Other'),
|
'OTHER' => (string)$l->t('Other'),
|
||||||
);
|
);
|
||||||
case 'TEL':
|
case 'TEL':
|
||||||
@ -179,8 +179,8 @@ Class Properties {
|
|||||||
);
|
);
|
||||||
case 'EMAIL':
|
case 'EMAIL':
|
||||||
return array(
|
return array(
|
||||||
'WORK' => (string)$l->t('Work'),
|
|
||||||
'HOME' => (string)$l->t('Home'),
|
'HOME' => (string)$l->t('Home'),
|
||||||
|
'WORK' => (string)$l->t('Work'),
|
||||||
'INTERNET' => (string)$l->t('Internet'),
|
'INTERNET' => (string)$l->t('Internet'),
|
||||||
'OTHER' => (string)$l->t('Other'),
|
'OTHER' => (string)$l->t('Other'),
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user