Web: Login: fix translate namespace

This commit is contained in:
Viktor Fomin 2022-02-08 22:41:28 +03:00
parent cc81a680a3
commit b1332d5895
2 changed files with 2 additions and 2 deletions

View File

@ -369,7 +369,7 @@ const Form = (props) => {
className="more-label"
onClick={moreAuthOpen}
>
{t("ShowMore")}
{t("Common:ShowMore")}
</Link>
)}
</>

View File

@ -309,7 +309,7 @@ const Form = (props) => {
className="more-label"
onClick={moreAuthOpen}
>
{t("ShowMore")}
{t("Common:ShowMore")}
</Link>
)}
</>