Commit 09852ec4 authored by Dennis Tang's avatar Dennis Tang

Update casing in "Built-in" on project templates tab

parent bd0ecc71
......@@ -5,7 +5,7 @@
%ul.nav-tabs.nav-links.nav.scrolling-tabs
%li.built-in-tab
%a.nav-link.active{ href: "#built-in", data: { toggle: 'tab'} }
= _('Built-In')
= _('Built-in')
%span.badge.badge-pill= Gitlab::ProjectTemplate.all.count
%li.custom-templates-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
it 'shows built-in templates 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
......
......@@ -1369,7 +1369,7 @@ msgstr ""
msgid "Browse files"
msgstr ""
msgid "Built-In"
msgid "Built-in"
msgstr ""
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