Skip to content

Commit

Permalink
Update the other gold expiration message.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsimpson63 authored and kemitche committed Mar 27, 2013
1 parent dfebca5 commit a9b0ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/r2/models/admintools.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def update_gold_users(verbose=False):
print "Sending notice to %s" % account.name
g.hardcache.set(hc_key, True, 86400 * 10)
send_system_message(account, "Your reddit gold subscription is about to expire!",
"Your subscription to reddit gold will be expiring soon. [Click here for details on how to renew, or to set up an automatically-renewing subscription.](http://www.reddit.com/gold) Or, if you think we suck, just let your subscription lapse and go back to being a regular user.\n\nIf you have any questions, please write to 912@reddit.com.")
"Your subscription to reddit gold will be expiring soon. [Click here for details on how to renew, or to set up an automatically-renewing subscription.](http://www.reddit.com/gold) Or, if you don't want to, please write to us at 912@reddit.com and tell us where we let you down, so we can work on fixing the problem.")

if verbose:
for exp_date in sorted(expiration_dates.keys()):
Expand Down

0 comments on commit a9b0ab8

Please sign in to comment.