Fixed some typos (#2695)

* Fix typos
This commit is contained in:
Hiroshi SHIBATA 2020-10-30 18:06:43 +09:00 committed by GitHub
parent 87144caeb3
commit ae98ac1430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 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