Skip to content

Commit

Permalink
Merge pull request #4099 from nextcloud/backport/4096/stable6.1
Browse files Browse the repository at this point in the history
[stable6.1] "Line" manager
  • Loading branch information
hamza221 authored Aug 28, 2024
2 parents fe73f31 + c0f6465 commit 718da3d
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 718da3d

Please sign in to comment.