Fixed typo in app
This commit is contained in:
parent
6e6a6dcd39
commit
ab92975803
5 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue