From 5cfd621af1504c8804ae4941be2af1b84eeb6767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 25 Sep 2018 12:42:09 +0200 Subject: Home mobile compatibility addition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- src/models/rfcProps.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/models') diff --git a/src/models/rfcProps.js b/src/models/rfcProps.js index e2cdb40b..f1a5e083 100644 --- a/src/models/rfcProps.js +++ b/src/models/rfcProps.js @@ -150,6 +150,7 @@ const properties = { { id: 'CELL', name: t('contacts', 'Mobile') }, { id: 'CELL,VOICE', name: t('contacts', 'Mobile') }, { id: 'WORK,CELL', name: t('contacts', 'Work mobile') }, + { id: 'HOME,CELL', name: t('contacts', 'Home mobile') }, { id: 'FAX', name: t('contacts', 'Fax') }, { id: 'HOME,FAX', name: t('contacts', 'Fax home') }, { id: 'WORK,FAX', name: t('contacts', 'Fax work') }, -- cgit v1.2.3