Skip to content

Commit 707ddba

Browse files
committed
changed language for Immigration records to be Search immigration records
1 parent 0e19d44 commit 707ddba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/searchcase/display.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="container">
44
<div id="main-search" class="container search-form">
5-
<h3>Immigration record:</h3>
5+
<h3>Search immigration records:</h3>
66
<%= form_tag(action="/searchcase/display", method: "get") do %>
77
<%= label_tag(:q, 'Search records') %>
88
<%= text_field_tag(:q, params[:q], placeholder: 'Enter a name to search', aria: { label: 'Search immigration records' }) %>

app/views/searchcase/search.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div id="main-search" class="container search-form">
2-
<h3>Immigration record:</h3>
2+
<h3>Search immigration records:</h3>
33
<%= form_tag(action="/searchcase/display", method: "get") do %>
44
<%= label_tag(:q, 'Search records') %>
55
<%= text_field_tag(:q, params[:q], placeholder: 'Enter a name to search', aria: { label: 'Search immigration records' }) %>

0 commit comments

Comments
 (0)