Commit 4ee7163e authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'jswain_use_number_with_delimiter' into 'master'

Current active user count has delimiters

See merge request gitlab-org/gitlab!24549
parents d9b35890 537f5387
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
.well-segment.well-centered .well-segment.well-centered
%h3.center %h3.center
= _('Active Users:') = _('Active Users:')
= current_active_user_count = number_with_delimiter current_active_user_count
%hr %hr
%p %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.') = _('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