Commit 12c02667 authored by Claire Bontempo's avatar Claire Bontempo
Browse files

change other canParse conditional

parent c7da1467
Showing with 1 addition and 1 deletion
+1 -1
......@@ -14,7 +14,7 @@
</h1>
</p.levelLeft>
</PageHeader>
{{#if (not (eq this.model.canParse true))}}
{{#if (eq this.model.canParse false)}}
<AlertBanner
@type="info"
@message="There was an error parsing the certificate's metadata. As a result, Vault cannot display the common name or the issue and expiration dates. This will not interfere with the certificate's functionality."
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment