Commit 537f5387 authored by Jay Swain's avatar Jay Swain

Current active user count has delimiters

The current_active_user_count should display delimiters when the value
is high enough.
parent 738e0e9e
......@@ -38,7 +38,7 @@
.well-segment.well-centered
%h3.center
= _('Active Users:')
= current_active_user_count
= number_with_delimiter current_active_user_count
%hr
%p
= _('This is the number of currently active users on your installation, and this is the minimum number you need to purchase when you renew your license.')
......
---
title: Added commas to current active user count when appropriate
merge_request: 24549
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment