mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Fix pluralization of has/have
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</p>
|
||||
<% unless current_user %>
|
||||
<p class="subtitle">
|
||||
Hackatime is an open source tool for tracking your coding time.<% if @active_users_count.positive? %> <%= pluralize(@active_users_count, 'hack clubber') %> have logged time coding in the last hour.<% end %>
|
||||
Hackatime is an open source tool for tracking your coding time.<% if @active_users_count.positive? %> <%= pluralize(@active_users_count, 'hack clubber has') %> logged time coding in the last hour.<% end %>
|
||||
</p>
|
||||
<% end %>
|
||||
<% if current_user %>
|
||||
|
||||
Reference in New Issue
Block a user