From 1cdb6b82c68f6e01c27ca1f28e6602b7bfb82f08 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Wed, 16 May 2012 09:09:51 +0100 Subject: Fix typo that broke one of the "follow" informational messages --- app/controllers/track_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/track_controller.rb') diff --git a/app/controllers/track_controller.rb b/app/controllers/track_controller.rb index f1ece3bcc..07e807451 100644 --- a/app/controllers/track_controller.rb +++ b/app/controllers/track_controller.rb @@ -138,7 +138,7 @@ class TrackController < ApplicationController if @user.receive_email_alerts flash[:notice] = _('You will now be emailed updates about {{track_description}}. Prefer not to receive emails?', :track_description => @track_thing.params[:list_description], :change_email_alerts_url => url_for(:controller => "user", :action => "wall", :url_name => @user.url_name)) else - flash[:notice] = _('You are now following updates about {{track_description}}', @track_thing.params[:list_description], :wall_url_user => url_for(:controller => "user", :action => "wall", :url_name => @user.url_name)) + flash[:notice] = _('You are now following updates about {{track_description}}', :track_description => @track_thing.params[:list_description], :wall_url_user => url_for(:controller => "user", :action => "wall", :url_name => @user.url_name)) end return true end -- cgit v1.2.3