Change breadcrumb title for contribution charts
This commit is contained in:
parent
28e3a90be8
commit
459cfeb97a
4 changed files with 13 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
- @no_container = true
|
||||
- page_title "Charts"
|
||||
- page_title _("Contribution Charts")
|
||||
|
||||
.repo-charts{ class: container_class }
|
||||
%h4.sub-header
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
- @no_container = true
|
||||
- breadcrumb_title "CI / CD Charts"
|
||||
- page_title _("Charts"), _("Pipelines")
|
||||
- page_title _("CI / CD Charts")
|
||||
|
||||
%div{ class: container_class }
|
||||
.sub-header-block
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Change breadcrumb title for contribution charts
|
||||
merge_request: 23071
|
||||
author: George Tsiolis
|
||||
type: changed
|
|
@ -1073,6 +1073,9 @@ msgstr ""
|
|||
msgid "CI / CD"
|
||||
msgstr ""
|
||||
|
||||
msgid "CI / CD Charts"
|
||||
msgstr ""
|
||||
|
||||
msgid "CI / CD Settings"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1953,6 +1956,9 @@ msgstr ""
|
|||
msgid "Contribution"
|
||||
msgstr ""
|
||||
|
||||
msgid "Contribution Charts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Contribution guide"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue