Skip to content

Commit

Permalink
CDPS-480: Update service names (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidatmoj authored Oct 13, 2023
1 parent bbac1f8 commit 494ba6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/data/dpsServicesDataStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const getTasks = (
},
{
id: 'manage-prisoner-whereabouts',
heading: 'Manage prisoner whereabouts',
heading: 'Prisoner whereabouts',
description: 'View unlock lists, all appointments and COVID units, manage attendance and add bulk appointments.',
href: `${config.serviceUrls.digitalPrisons}/manage-prisoner-whereabouts`,
roles: [] as string[],
Expand All @@ -83,8 +83,8 @@ export const getTasks = (
},
{
id: 'incentives',
heading: 'Manage incentives',
description: 'See prisoner incentive information by residential location and view incentive data visualisations.',
heading: 'Incentives',
description: 'Manage incentive level reviews by residential location and view incentives data charts.',
href: config.apis.incentives.ui_url,
roles: [] as string[],
enabled: () =>
Expand Down Expand Up @@ -147,7 +147,7 @@ export const getTasks = (
},
{
id: 'manage-key-workers',
heading: 'Manage key workers',
heading: 'Key workers',
description: 'Add and remove key workers from prisoners and manage individuals.',
href: config.apis.omic.url,
enabled: () => isManageKeyWorkers,
Expand Down

0 comments on commit 494ba6c

Please sign in to comment.