diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-16 03:09:46 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-16 03:09:46 +0000 |
commit | 6aaf8cf6f4a561152e9b08b4a6470ad88195cd2f (patch) | |
tree | 9f7f10bb03e3f71e9bdce6c07631a17cd2152aca /app/presenters | |
parent | eba30e2ad821f653970486c4122fcca22cee27d9 (diff) | |
download | gitlab-ce-6aaf8cf6f4a561152e9b08b4a6470ad88195cd2f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/presenters')
-rw-r--r-- | app/presenters/gitlab/whats_new/item_presenter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/presenters/gitlab/whats_new/item_presenter.rb b/app/presenters/gitlab/whats_new/item_presenter.rb index 26a5b9aab02..9f66e19ade0 100644 --- a/app/presenters/gitlab/whats_new/item_presenter.rb +++ b/app/presenters/gitlab/whats_new/item_presenter.rb @@ -4,7 +4,7 @@ module Gitlab module WhatsNew class ItemPresenter DICTIONARY = { - free: 'Free', + core: 'Free', starter: 'Bronze', premium: 'Silver', ultimate: 'Gold' |