Skip to content

Commit

Permalink
Update tweet text
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Sep 10, 2019
1 parent 598b8e6 commit 3ef86ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/handle_tweet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func HandleTweet(bill *models.Bill, db *gorm.DB, snsClient svc.SNSType) error {
// Tweet that the new bill is now being tracked, save
return SaveBillAndTweet(
fmt.Sprintf(
"We're now tracking Chicago City Council %s%s. You can follow along with #%s—we'll update you when this legislation moves.",
"We're now tracking Chicago City Council %s%s. You can follow along with #%s—we'll tweet when this legislation moves.",
billCls,
bill.GetCleanBillID(),
bill.BillID,
Expand All @@ -85,7 +85,7 @@ func HandleTweet(bill *models.Bill, db *gorm.DB, snsClient svc.SNSType) error {
}
return SaveBillAndTweet(
fmt.Sprintf(
"We're already tracking %s%s. You can follow along with #%s—we'll update you when this legislation moves.",
"We're already tracking %s%s. You can follow along with #%s—we'll tweet when this legislation moves.",
billCls,
bill.GetCleanBillID(),
existingBill.BillID,
Expand Down

0 comments on commit 3ef86ab

Please sign in to comment.