diff --git a/backend/app/infrastructure/routes/epochs.py b/backend/app/infrastructure/routes/epochs.py index f9414c5d73..a295597638 100644 --- a/backend/app/infrastructure/routes/epochs.py +++ b/backend/app/infrastructure/routes/epochs.py @@ -92,7 +92,7 @@ def get(self): "matchedRewards": fields.String( required=False, description="""Total matched rewards for the given epoch. - Includes matchedRewards from Golem Foundation and funds from patrons.""" + Includes matchedRewards from Golem Foundation and patronRewards.""" ), "leftover": fields.String( required=False,