Skip to content

Commit

Permalink
Merge pull request #57 from ministryofjustice/CBA-109-remove-the-help…
Browse files Browse the repository at this point in the history
…-text-from-the-start-an-application-tile-on-the-dashboard

Remove start button description text
  • Loading branch information
patrickjfl authored Jan 16, 2025
2 parents 8c6c37b + 065af96 commit cffd9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/userUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const sections = {
newApplication: {
id: 'new-application',
title: 'Start a new CAS-2 Bail application',
description: 'Start a new CAS-2 application for a Bail applicant.',
description: '',
shortTitle: 'New application',
href: applyPaths.applications.beforeYouStart({}),
},
Expand Down

0 comments on commit cffd9d0

Please sign in to comment.