From 805fc48da482caf316cd84d07f22e586c1893fb4 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Thu, 1 Feb 2018 11:53:12 -0600 Subject: [PATCH] Account menu copy --- app/assets/templates/directives/account-menu.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/templates/directives/account-menu.html.haml b/app/assets/templates/directives/account-menu.html.haml index 5b13d4017..9ddb39cfc 100644 --- a/app/assets/templates/directives/account-menu.html.haml +++ b/app/assets/templates/directives/account-menu.html.haml @@ -19,7 +19,7 @@ .panel-section{"ng-if" => "formData.showLogin || formData.showRegister"} %h3.title.panel-row - {{formData.showLogin ? "Sign In" : "Register (free)"}} + {{formData.showLogin ? "Sign In" : "Register"}} %form.panel-form{"ng-submit" => "submitAuthForm()"} %input{:placeholder => 'Email', "sn-autofocus" => 'true', "should-focus" => "true", :name => 'email', :required => true, :type => 'email', 'ng-model' => 'formData.email'}