diff options
-rw-r--r-- | app/views/govuk_guix/revisions/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/govuk_guix/revisions/show.html.erb b/app/views/govuk_guix/revisions/show.html.erb index 2f75c56..d2ab03f 100644 --- a/app/views/govuk_guix/revisions/show.html.erb +++ b/app/views/govuk_guix/revisions/show.html.erb @@ -36,7 +36,7 @@ License along with the GOV.UK Mini Environment Admin. If not, see </div> <% if @revision.mini_environments.any? %> - <h2>There <%= @revision.mini_environments.count == 1 ? 'is' : 'are' %> <%= pluralize(@revision.mini_environments.count, 'mini environment') %> using this revision</h2> + <h2>There <%= @revision.mini_environments.count == 1 ? 'is' : 'are' %> <%= pluralize(@revision.mini_environments.count, 'mini environment') %> that uses this revision</h2> <div class="row"> <div class="col-md-8"> |