We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7618ee3 commit a3d22d3Copy full SHA for a3d22d3
frontend/src/content/content.ts
@@ -346,6 +346,14 @@ const error404 = {
346
},
347
};
348
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
+
357
const submitTemplate = {
358
pageTitle: {
359
NHS_APP: generatePageTitle('Submit NHS App template'),
@@ -760,6 +768,7 @@ const content = {
760
768
pages: {
761
769
homePage,
762
770
error404,
771
+ invalidConfiguration,
763
772
messageTemplates,
764
773
765
774
0 commit comments