typo, t/573

This commit is contained in:
jomo
2014-11-17 23:06:37 +01:00
parent 3c7501bdb2
commit f6c4c78752

View File

@@ -31,7 +31,7 @@ class ForumthreadsController < ApplicationController
redirect_to forumthread_path( @thread)
return
else
flash[:alert] = "Seomthing went wrong while creating your thread."
flash[:alert] = "Something went wrong while creating your thread."
render action: "new"
return
end