Browse Source

Improve comments

Theophile Sandoz 3 years ago
parent
commit
af577c1d11
1 changed files with 2 additions and 2 deletions
  1. 2 2
      query-node/schemas/bounty.graphql

+ 2 - 2
query-node/schemas/bounty.graphql

@@ -87,10 +87,10 @@ type Bounty @entity {
   "Current bounty stage"
   stage: BountyStage!
 
-  "Total amount available for the reward"
+  "Total amount currently available for the reward"
   totalFunding: BigInt!
 
-  "Bounty's discussion thread"
+  "Bounty discussion thread"
   discussionThread: ForumThread!
 
   "The contributions (in fund) made to the bounty"