diff --git a/app/models/badges/twenty_four_pull_requests.rb b/app/models/badges/twenty_four_pull_requests.rb index fac8e010..00961b01 100644 --- a/app/models/badges/twenty_four_pull_requests.rb +++ b/app/models/badges/twenty_four_pull_requests.rb @@ -14,7 +14,7 @@ def load_badges Object.const_set "TwentyFourPullRequestsParticipant#{year}", Class.new(BadgeBase) { describe "24PullRequests Participant", skill: 'Open Source', - description: "Sent at least one pull request during during the first 24 days of December #{year}", + description: "Sent at least one pull request during the first 24 days of December #{year}", for: "participating in the 24pullrequest initiative during #{year}", image_name: "24-participant.png", url: "http://24pullrequests.com/" @@ -22,4 +22,4 @@ def load_badges end end end -end \ No newline at end of file +end