myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3025] trunk/app/controllers/users_controller.rb:


From: noreply
Subject: [myexperiment-hackers] [3025] trunk/app/controllers/users_controller.rb: simplified the welcome message
Date: Wed, 13 Jun 2012 09:15:09 +0000 (UTC)

Revision
3025
Author
dgc
Date
2012-06-13 09:15:08 +0000 (Wed, 13 Jun 2012)

Log Message

simplified the welcome message

Modified Paths

Diff

Modified: trunk/app/controllers/users_controller.rb (3024 => 3025)


--- trunk/app/controllers/users_controller.rb	2012-06-12 08:58:45 UTC (rev 3024)
+++ trunk/app/controllers/users_controller.rb	2012-06-13 09:15:08 UTC (rev 3025)
@@ -298,7 +298,7 @@
     
     respond_to do |format|
       if confirmed
-        flash[:notice] = "Thank you for confirming your email. Your account is now active (if it wasn't before), and the new email address registered on your account. We hope you enjoy using #{Conf.sitename}!"
+        flash[:notice] = "Thank you for confirming your email address.  Welcome to #{Conf.sitename}!"
         format.html { redirect_to user_url(@user) }
       else
         flash[:error] = "Invalid confirmation URL"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]