Commit e6f013c1 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'change_license_history_wording' into 'master'

Change license history wording

See merge request gitlab-org/gitlab!30148
parents 3455e77e 8015384f
...@@ -87,9 +87,9 @@ ...@@ -87,9 +87,9 @@
- @license.licensee.keys.each do |label| - @license.licensee.keys.each do |label|
%th= label %th= label
%th Plan %th Plan
%th Uploaded at %th Uploaded on
%th Started at %th Valid from
%th Expired at %th Expires on
%th Active users %th Active users
%tbody %tbody
- @previous_licenses.each do |license| - @previous_licenses.each do |license|
...@@ -111,6 +111,6 @@ ...@@ -111,6 +111,6 @@
%td %td
%span %span
- if license.restricted?(:active_user_count) - if license.restricted?(:active_user_count)
#{license.restrictions[:active_user_count]} users = license.restrictions[:active_user_count]
- else - else
Unlimited Unlimited
---
title: Change license history wording
merge_request: 30148
author:
type: other
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