Skip to content

Commit

Permalink
Merge pull request #4096 from nextcloud/Jerome-Herbinet-line-manager
Browse files Browse the repository at this point in the history
"Line" manager
  • Loading branch information
hamza221 authored Aug 28, 2024
2 parents 2489a30 + 49ec310 commit b1b0706
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 b1b0706

Please sign in to comment.