]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/user_controller.rb
Fix a few typos
[rails.git] / app / controllers / user_controller.rb
index 0b2ec168a061e2cb97de9cb08e8798442b9f6352..d83cac0da8790343dcaa11d8718f84da8739746c 100644 (file)
@@ -27,7 +27,7 @@ class UserController < ApplicationController
       @user.locale = Language.find_by_code("en") if @user.locale.nil?
 
       if @user.save
-        flash[:notice] = I18n.t('user.new.create success message')
+        flash[:notice] = I18n.t('user.new.flash create success message')
         Notifier.deliver_signup_confirm(@user, @user.tokens.create)
         redirect_to :action => 'login'
       else