From d93d61feb414e2f6b25b99cf149ae78729c970d0 Mon Sep 17 00:00:00 2001 From: John Topley Date: Tue, 6 Jun 2023 17:37:56 +0100 Subject: [PATCH] Tweaked licence section text --- webapp/views/index.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/views/index.erb b/webapp/views/index.erb index 6fc88f8..aa21d19 100644 --- a/webapp/views/index.erb +++ b/webapp/views/index.erb @@ -94,7 +94,7 @@

Licencing

-

<%=pluralise(organisation.enterprise.billing_info.total_licenses.to_i - organisation.enterprise.billing_info.total_available_licenses.to_i, 'Licence', 'Licences') %> in use

+

<%=pluralise(organisation.enterprise.billing_info.total_licenses.to_i - organisation.enterprise.billing_info.total_available_licenses.to_i, 'licence', 'licences') %> in use

<%=pluralise(organisation.enterprise.billing_info.total_licenses, 'total licence', 'total licences') %>