summaryrefslogtreecommitdiffstats
path: root/src/models
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-25 17:22:05 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-25 17:22:05 +0200
commit8b0fadc2ea2aa6b6d2327f71ad1adb6484783537 (patch)
treea9af2ae76b7cff441a1fb42661537549cdcff267 /src/models
parentde5e585e6810af10f670fd6ba956b66c4d8ca1ad (diff)
Added icon and proper info
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/models')
-rw-r--r--src/models/rfcProps.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/models/rfcProps.js b/src/models/rfcProps.js
index cae39970..1c1b0ac8 100644
--- a/src/models/rfcProps.js
+++ b/src/models/rfcProps.js
@@ -183,6 +183,7 @@ const properties = {
},
relationship: {
readableName: t('contacts', 'Relationship'),
+ icon: 'icon-group',
info: t(
'contacts',
'Specify a relationship between you and the entity represented by this vCard.'
@@ -205,6 +206,7 @@ const properties = {
related: {
multiple: true,
readableName: t('contacts', 'Related'),
+ icon: 'icon-group',
info: t(
'contacts',
'Specify a relationship between another entity and the entity represented by this vCard.'