Browse Source

Update text and styling

pull/2653/head
Manny Dinssa 2 years ago
parent
commit
9161b3562e
  1. 4
      app/components/create_log_actions_component.rb
  2. 2
      app/views/bulk_upload_shared/uploads.html.erb

4
app/components/create_log_actions_component.rb

@ -57,9 +57,9 @@ class CreateLogActionsComponent < ViewComponent::Base
def view_uploads_button_copy def view_uploads_button_copy
case log_type case log_type
when "lettings" when "lettings"
"View lettings logs in bulk" "View lettings bulk uploads"
when "sales" when "sales"
"View sales logs in bulk" "View sales bulk uploads"
end end
end end

2
app/views/bulk_upload_shared/uploads.html.erb

@ -3,7 +3,7 @@
<% content_for :title, title %> <% content_for :title, title %>
<h1 class="govuk-heading-l govuk-!-margin-bottom-8"> <h1 class="govuk-heading-l govuk-!-margin-bottom-7">
<%= "#{log_type_for_controller(controller).capitalize} bulk uploads" %> <%= "#{log_type_for_controller(controller).capitalize} bulk uploads" %>
</h1> </h1>

Loading…
Cancel
Save