summaryrefslogtreecommitdiff
path: root/internal/webpush
diff options
context:
space:
mode:
Diffstat (limited to 'internal/webpush')
-rw-r--r--internal/webpush/realsender.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/webpush/realsender.go b/internal/webpush/realsender.go
index 831c5e4f2..f4b6580dd 100644
--- a/internal/webpush/realsender.go
+++ b/internal/webpush/realsender.go
@@ -300,7 +300,7 @@ func formatNotificationTitle(
case gtsmodel.NotificationFollow:
return displayNameOrAcct + " followed you"
case gtsmodel.NotificationFollowRequest:
- return displayNameOrAcct + " requested to followed you"
+ return displayNameOrAcct + " requested to follow you"
case gtsmodel.NotificationMention:
return displayNameOrAcct + " mentioned you"
case gtsmodel.NotificationReblog: