This commit is contained in:
Andrey Meshkov 2019-06-06 21:06:19 +03:00
parent 5647bc1fc9
commit f9807e4011
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ const EncryptionTopline = (props) => {
if (isExpired) { if (isExpired) {
return ( return (
<Topline type="danger"> <Topline type="danger">
<Trans components={[<a href="#settings" key="0">link</a>]}> <Trans components={[<a href="#encryption" key="0">link</a>]}>
topline_expired_certificate topline_expired_certificate
</Trans> </Trans>
</Topline> </Topline>
@ -26,7 +26,7 @@ const EncryptionTopline = (props) => {
} else if (isAboutExpire) { } else if (isAboutExpire) {
return ( return (
<Topline type="warning"> <Topline type="warning">
<Trans components={[<a href="#settings" key="0">link</a>]}> <Trans components={[<a href="#encryption" key="0">link</a>]}>
topline_expiring_certificate topline_expiring_certificate
</Trans> </Trans>
</Topline> </Topline>