Fixed typo in app

This commit is contained in:
Hiroshi SHIBATA 2020-10-28 09:10:03 +09:00
parent 6e6a6dcd39
commit ab92975803
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
5 changed files with 5 additions and 5 deletions

View file

@ -52,7 +52,7 @@ class ApplicationController < ActionController::Base
Rails.logger.debug('IChain Record was not Unique!')
sign_out(current_user)
redirect_to root_path,
error: 'Your E-Mail adress is already registered at OSEM. Please contact the admin if you want to attach your openSUSE Account to OSEM!'
error: 'Your E-Mail address is already registered at OSEM. Please contact the admin if you want to attach your openSUSE Account to OSEM!'
end
rescue_from UserDisabled do