summaryrefslogtreecommitdiff
path: root/internal/gtsmodel/filter.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gtsmodel/filter.go')
-rw-r--r--internal/gtsmodel/filter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gtsmodel/filter.go b/internal/gtsmodel/filter.go
index 522456b39..8f1a45004 100644
--- a/internal/gtsmodel/filter.go
+++ b/internal/gtsmodel/filter.go
@@ -206,7 +206,7 @@ const (
// be removed from timeline results entirely.
FilterActionHide FilterAction = 2
- // FilterActionWarn means that the status should
+ // FilterActionBlur means that the status should
// be shown with its media attachments hidden/blurred.
FilterActionBlur FilterAction = 3
)