Skip to content

Commit

Permalink
change label
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Oct 31, 2024
1 parent e03869d commit 926dfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/settings/_student_submission.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<%= f.input :student_begin_external_non_yorku_email, as: :rich_text_area, label: "Non-YorkU email message", input_html: { rows: 3 } %>
</div>
<div class="tab-pane fade" id="nav-update" role="tabpanel" aria-labelledby="nav-update-tab" tabindex="0">
<%= f.input :student_update_details_initial, as: :rich_text_area, label: "Initial information", input_html: { rows: 15, class: "mb-4" } %>
<%= f.input :student_update_details_initial, as: :rich_text_area, label: "Update ETD Details", input_html: { rows: 15, class: "mb-4" } %>
<%= f.input :student_update_details_abstract, as: :rich_text_area, label: "Abstract", input_html: { rows: 5, class: "mb-4" } %>
<%= f.input :student_update_details_subjects, as: :rich_text_area, label: "Subjects", input_html: { rows: 5, class: "mb-4" } %>
<%= f.input :student_update_details_keywords, as: :rich_text_area, label: "Keywords", input_html: { rows: 5 } %>
Expand Down

0 comments on commit 926dfb1

Please sign in to comment.