diff --git a/backend/main/cadence/scripts/custom/scripts.json b/backend/main/cadence/scripts/custom/scripts.json index d83593468..14c5d260d 100644 --- a/backend/main/cadence/scripts/custom/scripts.json +++ b/backend/main/cadence/scripts/custom/scripts.json @@ -2,19 +2,19 @@ { "key": "nba-top-shot-pistons", "name": "NBA TopShot - Detroit Pistons", - "description": "NBA TopShot moments with teamAtMoment == Detroit Pistons", + "description": "Voter must hold at least one Detroit Pistons moment to vote", "src": "get_nba_topshot_pistons.cdc" }, { "key": "nba-top-shot-kings", "name": "NBA TopShot - Sacramento Kings", - "description": "NBA TopShot moments with teamAtMoment == Sacramento Kings", + "description": "Voter must hold at least one Sacramento Kings moment to vote", "src": "get_nba_topshot_kings.cdc" }, { "key": "nba-top-shot-trailblazers", "name": "NBA TopShot - Portland Trailblazers", - "description": "NBA TopShot moments with teamAtMoment == Portland Trailblazers", + "description": "Voter must hold at least one Portland Trailblazers moment to vote", "src": "get_nba_topshot_trailblazers.cdc" } ]