Skip to content

Commit

Permalink
"Line" manager
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet authored Aug 23, 2024
1 parent 6cc1228 commit 49ec310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/models/rfcProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const properties = {
multiple: false,
force: 'select',
// TRANSLATORS The supervisor of an employee
readableName: t('contacts', 'Manager'),
readableName: t('contacts', 'Line manager'),
icon: 'icon-manager',
default: false,
options({ contact, $store, selectType }) {
Expand Down Expand Up @@ -296,7 +296,7 @@ const properties = {
{ id: 'FRIEND', name: t('contacts', 'Friend') },
{ id: 'COLLEAGUE', name: t('contacts', 'Colleague') },
// TRANSLATORS The supervisor of an employee
{ id: 'MANAGER', name: t('contacts', 'Manager') },
{ id: 'MANAGER', name: t('contacts', 'Line manager') },
{ id: 'ASSISTANT', name: t('contacts', 'Assistant') },
],
primary: false,
Expand All @@ -317,7 +317,7 @@ const properties = {
{ id: 'COLLEAGUE', name: t('contacts', 'Colleague') },
{ id: 'COWORKER', name: t('contacts', 'Co-worker') },
// TRANSLATORS The supervisor of an employee
{ id: 'MANAGER', name: t('contacts', 'Manager') },
{ id: 'MANAGER', name: t('contacts', 'Line manager') },
{ id: 'ASSISTANT', name: t('contacts', 'Assistant') },
{ id: 'SPOUSE', name: t('contacts', 'Spouse') },
{ id: 'CHILD', name: t('contacts', 'Child') },
Expand Down

0 comments on commit 49ec310

Please sign in to comment.