a long variety of improvements and tweaks
[selectricity] / app / models / voter_notify.rb
index 09f7899ba9c774dd7fef4e8e2d0e48fc33b5ded0..d9fded5888faf10a84e5015215fcc501ecb9cf91 100644 (file)
@@ -1,7 +1,7 @@
 class VoterNotify < ActionMailer::Base
 
   def votestart(voter)
-    @subject = "[%s] Election In Progress!" % voter.election.name
+    @subject = "[%s] Election Begun!" % voter.election.name
     @recipients = voter.email
     @from = MAIL_CONFIG[:from]
     @sent_on = Time.now

Benjamin Mako Hill || Want to submit a patch?