From 4ae4880def29387ee55447effd01c2c7f9b11e05 Mon Sep 17 00:00:00 2001 From: Robert Giessmann Date: Thu, 21 Mar 2019 09:17:47 +0100 Subject: [PATCH] Update edit.html.haml fixes typo in registration view --- app/views/devise/registrations/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/registrations/edit.html.haml b/app/views/devise/registrations/edit.html.haml index e3100b6c..928c292f 100644 --- a/app/views/devise/registrations/edit.html.haml +++ b/app/views/devise/registrations/edit.html.haml @@ -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