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'}