diff --git a/templates/note.html b/templates/note.html
index 76d771d..4eb95ab 100644
--- a/templates/note.html
+++ b/templates/note.html
@@ -99,7 +99,7 @@
{{.subject | escapeString}}
{{ else }}
- {{.metadata.Name | escapeString}} wrote: {{.titleizedContent}}
+ {{.metadata.Name | escapeString}} on Nostr: {{.titleizedContent}}
{{ end }}
diff --git a/templates/telegram_instant_view.html b/templates/telegram_instant_view.html
index 0576e2c..fddcd01 100644
--- a/templates/telegram_instant_view.html
+++ b/templates/telegram_instant_view.html
@@ -29,7 +29,7 @@
{{ if .subject }} {{.subject | escapeString}} {{ else }} {{.metadata.Name |
- escapeString}} wrote: {{ end }}
+ escapeString}} on Nostr: {{ end }}
{{ if .summary }}