Fix #806
This commit is contained in:
parent
5647bc1fc9
commit
f9807e4011
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue