app/views/phcmembers/member/profiles/_form.html.erb in phcmembers-14.0.0 vs app/views/phcmembers/member/profiles/_form.html.erb in phcmembers-14.0.1

- old
+ new

@@ -4,14 +4,14 @@ <%= render 'phcnotifi/validations', :object => @member_profile %> <!-- PHC-Notifi Render Validation --> <!-- Form Fields --> <div class="form-group field_with_errors"> - <%= f.label :mfirstname, "First Name*" %> + <%= f.label :mfirstname, "Members First Name" %> <%= f.text_field :mfirstname, class: 'form-control', placeholder: 'First Name' %> </div> <div class="form-group field_with_errors"> - <%= f.label :mlastname, "Last Name*" %> + <%= f.label :mlastname, "Members Last Name" %> <%= f.text_field :mlastname, class: 'form-control', placeholder: 'Last Name' %> </div> <div class="form-group field_with_errors"> <%= f.label :mtitle, "Job Title" %> <%= f.text_field :mtitle, class: 'form-control', placeholder: 'Job Title/Salutation' %>