diff --git a/app/views/logins/sent.html.slim b/app/views/logins/sent.html.slim index 0b7e5bf..e8737c7 100644 --- a/app/views/logins/sent.html.slim +++ b/app/views/logins/sent.html.slim @@ -1,7 +1,7 @@ .container .row .col-md-12 - h1 You're almost in! + h1 You're almost there! br diff --git a/app/views/users/edit.html.slim b/app/views/users/edit.html.slim index fcd2e8f..2ed8a44 100644 --- a/app/views/users/edit.html.slim +++ b/app/views/users/edit.html.slim @@ -2,7 +2,7 @@ .row .col-md-9 = horizontal_form_for @user do |f| - legend Account settings + legend Your settings = f.input :username = f.input :email, required: true