cherry-pick: client: fix link in client form

Updates #4244.

Squashed commit of the following:

commit 20d558e9e6935555a13e1aebc7d364e6f1910e9e
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Mon Feb 28 19:01:32 2022 +0300

    client: fix link in client form
This commit is contained in:
Ainar Garipov 2022-02-28 19:13:15 +03:00 committed by Ainar Garipov
parent ea12be658b
commit 95863288bf
1 changed files with 4 additions and 7 deletions

View File

@ -280,13 +280,10 @@ let Form = (props) => {
</strong>
</div>
<div className="form__desc mt-0">
<Trans
components={{
a: <a href={CLIENT_ID_LINK} target="_blank" rel="noopener noreferrer">
text
</a>,
}}
>
<Trans components={[
<a href={CLIENT_ID_LINK} target="_blank" rel="noopener noreferrer"
key="0">text</a>,
]}>
client_identifier_desc
</Trans>
</div>