diff --git a/v3/pkg/services/notifications/notifications_darwin.go b/v3/pkg/services/notifications/notifications_darwin.go index d6eee5464..05ca217c7 100644 --- a/v3/pkg/services/notifications/notifications_darwin.go +++ b/v3/pkg/services/notifications/notifications_darwin.go @@ -256,7 +256,7 @@ func (ns *Service) RemoveNotificationCategory(categoryId string) error { return nil case <-ctx.Done(): cleanupChannel(id) - return fmt.Errorf("category registration timed out: %w", ctx.Err()) + return fmt.Errorf("category removal timed out: %w", ctx.Err()) } }