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 @@
- @license.licensee.keys.each do |label|
%th= label
%th Plan
%th Uploaded at
%th Started at
%th Expired at
%th Uploaded on
%th Valid from
%th Expires on
%th Active users
%tbody
- @previous_licenses.each do |license|
......@@ -111,6 +111,6 @@
%td
%span
- if license.restricted?(:active_user_count)
#{license.restrictions[:active_user_count]} users
= license.restrictions[:active_user_count]
- else
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