Fix code review

This commit is contained in:
Kamil Trzcinski 2016-11-17 14:02:14 +01:00
parent cdb726ce20
commit 9b86a5e19d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Profiles::ChatNamesController < Profiles::ApplicationController
def deny
delete_chat_name_token
flash[:alert] = "Denied authorization of chat nickname #{chat_name_params[:user_name]}"
flash[:notice] = "Denied authorization of chat nickname #{chat_name_params[:user_name]}."
redirect_to profile_chat_names_path
end