summaryrefslogtreecommitdiffstats
path: root/src/models
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-09-25 18:13:49 +0200
committerGitHub <noreply@github.com>2018-09-25 18:13:49 +0200
commitc81275bb0daa10b08d69685de748e14923faa889 (patch)
tree9165a1b42627e656f8ea2a18e22fcaa0341736b2 /src/models
parent9a7d7b81c5618f831d2dd0accd2778d468d1f885 (diff)
parent4d699610180a35eea466fcd149d669dc01334b2e (diff)
Merge branch 'vue' into vue-cdav-lib
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 f1a5e083..8b4a6731 100644
--- a/src/models/rfcProps.js
+++ b/src/models/rfcProps.js
@@ -185,6 +185,7 @@ const properties = {
relationship: {
readableName: t('contacts', 'Relationship'),
force: 'select',
+ icon: 'icon-group',
info: t(
'contacts',
'Specify a relationship between you and the entity represented by this vCard.'
@@ -207,6 +208,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.'