Skip to content

Commit

Permalink
Clarify wording of 'Relationship to you' and 'Related contacts'
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt committed Jun 6, 2020
1 parent a5b6b97 commit d2d1062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/rfcProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const properties = {
],
},
relationship: {
readableName: t('contacts', 'Relationship'),
readableName: t('contacts', 'Relationship to you'),
force: 'select',
icon: 'icon-group',
options: [
Expand All @@ -257,7 +257,7 @@ const properties = {
},
related: {
multiple: true,
readableName: t('contacts', 'Related'),
readableName: t('contacts', 'Related contacts'),
icon: 'icon-group',
defaultValue: {
value: [''],
Expand Down

0 comments on commit d2d1062

Please sign in to comment.