summaryrefslogtreecommitdiffstats
path: root/js/services/vCardProperties.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/services/vCardProperties.js')
-rw-r--r--js/services/vCardProperties.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/js/services/vCardProperties.js b/js/services/vCardProperties.js
index 56a640a6..eb7ce6d0 100644
--- a/js/services/vCardProperties.js
+++ b/js/services/vCardProperties.js
@@ -15,6 +15,13 @@ angular.module('contactsApp')
readableName: t('contacts', 'Nickname'),
template: 'text'
},
+ n: {
+ readableName: t('contacts', 'Detailed name'),
+ defaultValue: {
+ value:['', '', '', '', '']
+ },
+ template: 'n'
+ },
note: {
readableName: t('contacts', 'Notes'),
template: 'textarea'
@@ -108,7 +115,7 @@ angular.module('contactsApp')
},
'X-SOCIALPROFILE': {
multiple: true,
- readableName: t('contacts', 'Social Network'),
+ readableName: t('contacts', 'Social network'),
template: 'text',
defaultValue: {
value:[''],