Skip to content

Commit a3d22d3

Browse files
committed
CCM-10424 Content for error page
1 parent 7618ee3 commit a3d22d3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

frontend/src/content/content.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,14 @@ const error404 = {
346346
},
347347
};
348348

349+
const invalidConfiguration = {
350+
pageTitle: generatePageTitle('Configuration error'),
351+
pageHeading: 'You cannot create letter templates yet',
352+
text: 'To get access, contact your onboarding manager and give them this error message:',
353+
insetText: 'Account needs a client ID and campaign ID',
354+
backLinkText: goBackButtonText,
355+
};
356+
349357
const submitTemplate = {
350358
pageTitle: {
351359
NHS_APP: generatePageTitle('Submit NHS App template'),
@@ -760,6 +768,7 @@ const content = {
760768
pages: {
761769
homePage,
762770
error404,
771+
invalidConfiguration,
763772
messageTemplates,
764773
},
765774
};

0 commit comments

Comments
 (0)