Skip to content

Commit b561d15

Browse files
Content changes
As requested by the content designers Jira-Issue: MAV-3424
1 parent 2d2ddb9 commit b561d15

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/app_imports_table_component.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<%= render AppCardComponent.new(feature: true) do |card| %>
22
<% card.with_heading(level: 3) do %>
3-
<%= pluralize(imports.count, "import") %>
3+
<%= pluralize(imports.count, "upload") %>
44
<% end %>
55

66
<%= govuk_table(html_attributes: {
77
class: "nhsuk-table-responsive",
88
}) do |table| %>
99
<% table.with_head do |head| %>
1010
<% head.with_row do |row| %>
11-
<% row.with_cell(text: "Imported on") %>
11+
<% row.with_cell(text: "Uploaded on") %>
1212
<% unless @team.has_national_reporting_access? %>
1313
<% row.with_cell(text: "Type") %>
1414
<% end %>
@@ -21,7 +21,7 @@
2121
<% imports.each do |import| %>
2222
<% body.with_row do |row| %>
2323
<% row.with_cell do %>
24-
<span class="nhsuk-table-responsive__heading">Imported on</span>
24+
<span class="nhsuk-table-responsive__heading">Uploaded on</span>
2525
<%= link_to import.created_at.to_fs(:long), path(import) %>
2626
<br />
2727
<span class="nhsuk-u-secondary-text-color nhsuk-u-font-size-16">

0 commit comments

Comments
 (0)