adds translations

This commit is contained in:
rgarcia
2015-10-11 17:14:29 +02:00
parent 08f3235a9b
commit e66572b8ba
3 changed files with 11 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ class Management::SessionsController < ActionController::Base
def destroy
destroy_session
redirect_to root_path, notice: t("devise.sessions.signed_out")
redirect_to root_path, notice: t("management.sessions.signed_out")
end
private