diff --git a/src/components/CertificateInfo.vue b/src/components/CertificateInfo.vue index 0b23c952..bb10f158 100644 --- a/src/components/CertificateInfo.vue +++ b/src/components/CertificateInfo.vue @@ -2,8 +2,18 @@

{{ $t("Certificate Info") }}

{{ $t("Certificate Chain") }}: -
{{ $t("Valid") }}
-
{{ $t("Invalid") }}
+
+ {{ $t("Valid") }} +
+
+ {{ $t("Invalid") }} +
@@ -27,4 +37,16 @@ export default { }; - +