diff --git a/backend/pkg/api/enums/notifications_enums.go b/backend/pkg/api/enums/notifications_enums.go index 1fb78529e..033141edd 100644 --- a/backend/pkg/api/enums/notifications_enums.go +++ b/backend/pkg/api/enums/notifications_enums.go @@ -166,7 +166,7 @@ func (NotificationClientsColumn) NewFromString(s string) NotificationClientsColu func (c NotificationClientsColumn) ToString() string { switch c { case NotificationClientName: - return "client_name" + return "client" case NotificationClientTimestamp: return "epoch" default: