Adjust org size labels in settings form (#933)

This commit is contained in:
Ben Halpern 2018-10-16 13:41:00 -04:00 committed by GitHub
parent eccb43efb5
commit af4e6932fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,8 +101,8 @@
<%= f.text_field :email, maxlength: 64, placeholder: "Limit of 64 characters" %>
</div>
<div class="field">
<%= f.label :company_size, "Company Size" %>
<%= f.text_field :company_size, maxlength: 64, placeholder: "Limit of 64 characters" %>
<%= f.label :company_size, "Organization Size" %>
<%= f.text_field :company_size, maxlength: 10, placeholder: "Enter a number" %>
</div>
<div class="field">
<%= f.label :story, "Our Story" %>