Commit 68ac22f6 authored by Sean McGivern's avatar Sean McGivern

Merge branch '8637-group-level-project-templates-mini-renaming' into 'master'

Resolve "Group-level project templates: Mini renaming"

Closes #8637

See merge request gitlab-org/gitlab-ee!8688
parents da1fccf1 09852ec4
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
%ul.nav-tabs.nav-links.nav.scrolling-tabs %ul.nav-tabs.nav-links.nav.scrolling-tabs
%li.built-in-tab %li.built-in-tab
%a.nav-link.active{ href: "#built-in", data: { toggle: 'tab'} } %a.nav-link.active{ href: "#built-in", data: { toggle: 'tab'} }
= _('Built-In') = _('Built-in')
%span.badge.badge-pill= Gitlab::ProjectTemplate.all.count %span.badge.badge-pill= Gitlab::ProjectTemplate.all.count
%li.custom-templates-tab %li.custom-templates-tab
%a.nav-link{ href: "#custom-templates", data: { toggle: 'tab'} } %a.nav-link{ href: "#custom-templates", data: { toggle: 'tab'} }
......
---
title: Update casing in Built-in on project templates tab
merge_request: 8688
author:
type: changed
...@@ -23,7 +23,7 @@ describe 'Project' do ...@@ -23,7 +23,7 @@ describe 'Project' do
it 'shows built-in templates tab' do it 'shows built-in templates tab' do
page.within '.project-template .built-in-tab' do page.within '.project-template .built-in-tab' do
expect(page).to have_content 'Built-In' expect(page).to have_content 'Built-in'
end end
end end
......
...@@ -1369,7 +1369,7 @@ msgstr "" ...@@ -1369,7 +1369,7 @@ msgstr ""
msgid "Browse files" msgid "Browse files"
msgstr "" msgstr ""
msgid "Built-In" msgid "Built-in"
msgstr "" msgstr ""
msgid "Business metrics (Custom)" msgid "Business metrics (Custom)"
......
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