Skip to content

Commit

Permalink
Tweaked licence section text
Browse files Browse the repository at this point in the history
  • Loading branch information
johntopleyons committed Jun 6, 2023
1 parent d15505f commit d93d61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</section>
<section id="licensing">
<h3>Licencing</h3>
<p><%=pluralise(organisation.enterprise.billing_info.total_licenses.to_i - organisation.enterprise.billing_info.total_available_licenses.to_i, 'Licence', 'Licences') %> in use</p>
<p><%=pluralise(organisation.enterprise.billing_info.total_licenses.to_i - organisation.enterprise.billing_info.total_available_licenses.to_i, 'licence', 'licences') %> in use</p>
<p><%=pluralise(organisation.enterprise.billing_info.total_licenses, 'total licence', 'total licences') %></p>
</section>
<section id="administrators">
Expand Down

0 comments on commit d93d61f

Please sign in to comment.