)
diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 3b4ccff04..1b9a29de6 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -20,7 +20,7 @@ const Layout = ({ children }: LayoutProps) => {
{children}
diff --git a/src/components/check-status-responses/CheckStatusFileBeingProcessed.tsx b/src/components/check-status-responses/CheckStatusFileBeingProcessed.tsx
index 28c37a1a3..87fabc5c8 100644
--- a/src/components/check-status-responses/CheckStatusFileBeingProcessed.tsx
+++ b/src/components/check-status-responses/CheckStatusFileBeingProcessed.tsx
@@ -7,10 +7,10 @@ export const CheckStatusFileBeingProcessed = () => {
const { t } = useTranslation(['status', 'common'])
return (
<>
+
{t('being-processed.received')}
-
{
const { t } = useTranslation(['status', 'common'])
return (
<>
+
{t('no-record.cannot-give-status.description')}
-
{t('no-record.cannot-give-status.because')}
-
diff --git a/src/components/check-status-responses/CheckStatusNotAcceptable.tsx b/src/components/check-status-responses/CheckStatusNotAcceptable.tsx
index 54a1d9964..9576f644b 100644
--- a/src/components/check-status-responses/CheckStatusNotAcceptable.tsx
+++ b/src/components/check-status-responses/CheckStatusNotAcceptable.tsx
@@ -7,10 +7,10 @@ export const CheckStatusNotAcceptable = () => {
const { t } = useTranslation(['status', 'common'])
return (
<>
+
{t('not-acceptable.cannot-process')}
-
{t('not-acceptable.explanation')}
{
const { t } = useTranslation('status')
return (
<>
+
{t('printing.in-printing')}
-
{t('printing.reviewed-printing')}
{t('printing.print-update')}
>
diff --git a/src/components/check-status-responses/CheckStatusReadyForPickup.tsx b/src/components/check-status-responses/CheckStatusReadyForPickup.tsx
index c2a638939..c33e43f49 100644
--- a/src/components/check-status-responses/CheckStatusReadyForPickup.tsx
+++ b/src/components/check-status-responses/CheckStatusReadyForPickup.tsx
@@ -7,11 +7,11 @@ export const CheckStatusReadyForPickup = () => {
const { t } = useTranslation('status')
return (
<>
+
{t('ready-for-pickup.has-been-printed')}
{t('ready-for-pickup.has-been-printed')}
-
{t('ready-for-pickup.check-receipt')}
diff --git a/src/components/check-status-responses/CheckStatusShippingCanadaPost.tsx b/src/components/check-status-responses/CheckStatusShippingCanadaPost.tsx
index cc0166511..955fc5266 100644
--- a/src/components/check-status-responses/CheckStatusShippingCanadaPost.tsx
+++ b/src/components/check-status-responses/CheckStatusShippingCanadaPost.tsx
@@ -15,10 +15,10 @@ export const CheckStatusShippingCanadaPost = ({
return (
<>
+
{t('shipped-canada-post.header')}
-
{t('shipped-canada-post.header')}.
diff --git a/src/components/check-status-responses/CheckStatusShippingFedex.tsx b/src/components/check-status-responses/CheckStatusShippingFedex.tsx
index 6c9e08722..168cded54 100644
--- a/src/components/check-status-responses/CheckStatusShippingFedex.tsx
+++ b/src/components/check-status-responses/CheckStatusShippingFedex.tsx
@@ -14,10 +14,10 @@ export const CheckStatusShippingFedex = ({
const { t } = useTranslation(['status', 'common'])
return (
<>
+
{t('shipped-fedex.header')}
-
{t('shipped-fedex.header')}.
diff --git a/src/pages/email.tsx b/src/pages/email.tsx
index b9ff1e4c7..8ca4f7c77 100644
--- a/src/pages/email.tsx
+++ b/src/pages/email.tsx
@@ -148,10 +148,10 @@ const Email = () => {
{isEmailEsrfSuccess ? (
+
{t('email-confirmation-msg.request-received.header')}
-
) : (