Merge pull request #2448 from rgiessmann/master

Fixes typo in app/views/devise/registrations/edit.html.haml
This commit is contained in:
Henne Vogelsang 2019-03-22 10:52:16 +01:00 committed by GitHub
commit f45540a565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
= f.input :username, required: false, input_html: { autocomplete: 'off' }
= f.input :email, required: false, input_html: { autocomplete: 'off' }
= f.input :email_public,
hint: "Do you want to your email address publicly? (On sessions, registration lists, etc.)"
hint: "Do you want your email address to appear publicly? (e.g. on sessions, registration lists, etc.)"
= f.input :password, hint: "(Leave blank if you don't want to change it)", input_html: { autocomplete: 'off' }
= f.input :password_confirmation, input_html: { autocomplete: 'off' }
= f.inputs name: 'OpenID' do