From 9d3799ccefc4c9a546132f085dd9980a2cc9b7b6 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 6 Jan 2019 11:15:43 +0000 Subject: Change how revisions are described "using" suggests a current use, whereas the past tense would be more accurate, as it's not currently using this revision. --- app/views/govuk_guix/revisions/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <% if @revision.mini_environments.any? %> -

There <%= @revision.mini_environments.count == 1 ? 'is' : 'are' %> <%= pluralize(@revision.mini_environments.count, 'mini environment') %> using this revision

+

There <%= @revision.mini_environments.count == 1 ? 'is' : 'are' %> <%= pluralize(@revision.mini_environments.count, 'mini environment') %> that uses this revision

-- cgit v1.2.3