diff options
Diffstat (limited to 'app/controllers/profiles/chat_names_controller.rb')
-rw-r--r-- | app/controllers/profiles/chat_names_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/profiles/chat_names_controller.rb b/app/controllers/profiles/chat_names_controller.rb index 2e78b9e6dc7..04e2ad6caa3 100644 --- a/app/controllers/profiles/chat_names_controller.rb +++ b/app/controllers/profiles/chat_names_controller.rb @@ -17,7 +17,7 @@ class Profiles::ChatNamesController < Profiles::ApplicationController if new_chat_name.save flash[:notice] = "Authorized #{new_chat_name.chat_name}" else - flash[:alert] = "Could not authorize chat nickname. Try again!" + flash[:alert] = _("Could not authorize chat nickname. Try again!") end delete_chat_name_token |