From 504db3f6057541f1acd060d3bb8ef84ce5f7a9bb Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Fri, 17 Oct 2014 14:23:00 +0200 Subject: [PATCH] Improve copy --- app/views/logins/sent.html.slim | 2 +- app/views/users/edit.html.slim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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