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') %>