1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00

Add 'Other' as standard email type.

This commit is contained in:
Thomas Tanghus 2012-09-30 06:40:04 +02:00
parent 68e409cac7
commit ce2535521b

View File

@ -213,6 +213,7 @@ class OC_Contacts_App {
'WORK' => $l->t('Work'),
'HOME' => $l->t('Home'),
'INTERNET' => $l->t('Internet'),
'OTHER' => $l->t('Other'),
);
}
}