Browse Source

Fix typo in testing tools visibility message in log actions component

pull/3049/head
Manny Dinssa 4 weeks ago
parent
commit
7f62ab95f9
  1. 2
      app/components/create_log_actions_component.html.erb

2
app/components/create_log_actions_component.html.erb

@ -11,7 +11,7 @@
<% if FeatureToggle.create_test_logs_enabled? %> <% if FeatureToggle.create_test_logs_enabled? %>
<div class="govuk-inset-text app-testing-tools"> <div class="govuk-inset-text app-testing-tools">
<span class="govuk-tag app-testing-tools__tag">Testing tools</span> <span class="govuk-tag app-testing-tools__tag">Testing tools</span>
<span class="govuk-body govuk-body-s">These links can only be seen and be used in testing environments.</span> <span class="govuk-body govuk-body-s">These links can only be seen and used in testing environments.</span>
<div> <div>
<%= govuk_button_link_to create_test_log_href, class: "govuk-button" do %> <%= govuk_button_link_to create_test_log_href, class: "govuk-button" do %>
New test log New test log

Loading…
Cancel
Save