diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 2860a83..fe78efb 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -58,7 +58,7 @@
{{- $emailReplies = false }}
{{- end }}
{{- if and (eq .Site.Params.comments true) (ne $emailReplies false) }}
- 📧 Reply via email
+ 📧 Reply by email
{{- end }}
Comments
{{- partial "comments" . }}