diff --git a/public/tools/tls-test/results.html b/public/tools/tls-test/results.html
index b9600d8..d88c710 100644
--- a/public/tools/tls-test/results.html
+++ b/public/tools/tls-test/results.html
@@ -91,10 +91,10 @@
{%- if not r -%}
—
{%- elif r.checked and not r.revoked -%}
- Not Revoked
+ 失効していません
{%- if r.source %} ({{ r.source }}){% endif -%}
{%- elif r.checked and r.revoked -%}
- Revoked
+ 失効しています
{%- if r.reason %} ({{ r.reason }}){% endif -%}
{%- else -%}
{%- set err = (r.error or '')|string -%}