IO-2626 Correct Error Page footer

This commit is contained in:
Allan Carr
2024-02-02 12:35:18 -08:00
parent 830d2c87d2
commit 0d1ff6390c

View File

@@ -115,7 +115,8 @@ export function CsiContainerPage({ currentUser }) {
</Form>
</Layout.Content>
<Layout.Footer>
{`Copyright ImEX.Online. Survey ID: ${surveyId}`}
{t("csi.labels.copyright")}{" "}
{t("csi.fields.surveyid", { surveyId: surveyId })}
</Layout.Footer>
</Layout>
</>