added translation lookups for appeal forms

This commit is contained in:
2021-10-07 07:30:46 +01:00
parent 8714d71189
commit 873a7730f1
18 changed files with 4219 additions and 34 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ let Home = (props) => {
<div>
<Head>
<title>
{t("search:page-title")} - {t("common:service-name")}
{t("newappeal:page-title")} - {t("common:service-name")}
</title>
</Head>
<div id="page_wrapper">
+1 -1
View File
@@ -49,7 +49,7 @@ const Home = (props) => {
<div>
<Head>
<title>
{t("search:page-title")} - {t("common:service-name")}
{t("newappeal:page-title")} - {t("common:service-name")}
</title>
</Head>
<div id="page_wrapper">