Commit 81d0a4a4 authored by Andrei Gliga's avatar Andrei Gliga

typo

parent a2d4c349
......@@ -123,7 +123,7 @@ class ApplicationSetting < ActiveRecord::Base
unless value.nil?
value.each do |source|
unless Devise.omniauth_providers.include?(source.to_sym)
record.errors.add(attr, "'#{source}' is not an ouath sign-in source")
record.errors.add(attr, "'#{source}' is not an OAuth sign-in source")
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment