Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-16 06:09:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-16 06:09:46 +0300
commit6aaf8cf6f4a561152e9b08b4a6470ad88195cd2f (patch)
tree9f7f10bb03e3f71e9bdce6c07631a17cd2152aca /app/presenters/gitlab
parenteba30e2ad821f653970486c4122fcca22cee27d9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/presenters/gitlab')
-rw-r--r--app/presenters/gitlab/whats_new/item_presenter.rb2
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'