Web: Client: fix translate namespace

This commit is contained in:
Viktor Fomin 2022-02-08 22:41:13 +03:00
parent 817a155642
commit cc81a680a3

View File

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