Skip to content

Commit

Permalink
Update SP banner title
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocolluramoj committed Aug 30, 2024
1 parent 88cdd3c commit 14f1164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/serviceProviderReferrals/dashboardView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default class DashboardView {
const html = `<div class="refer-and-monitor__max-width"><p class="govuk-notification-banner__heading">${text}</p>
<p><a class="govuk-notification-banner__link" href= ${this.presenter.closeHref}>Close</a></p></div>`
return {
titleText: 'Planned downtime',
titleText: 'Planned changes',
html,
classes: 'govuk-notification-banner--info',
}
Expand Down

0 comments on commit 14f1164

Please sign in to comment.