Client:OAuth2: fix create user translations

This commit is contained in:
Timofey Boyko 2023-11-13 16:51:36 +03:00
parent dd964bdbf9
commit 6c78635489
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ const BasicBlock = ({
<InputGroup
label={t("AppName")}
name={"name"}
placeholder={t("EnterName")}
placeholder={t("Common:EnterName")}
value={nameValue}
error={error.name}
onChange={onChange}

View File

@ -109,7 +109,7 @@ const ScopesBlock = ({
fontWeight={600}
lineHeight={"16px"}
>
{t(`${name}`)}
{t(`Common:${name}`)}
</Text>
{/* @ts-ignore */}
<Text