Commit 3be50b9f authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'djensen-clarify-cicd-analytics-pipelines-duration-chart-title' into 'master'

Clarify duration chart title in CI/CD Analytics

See merge request gitlab-org/gitlab!60951
parents 8bf4af15 52e6a54a
...@@ -301,7 +301,7 @@ export default { ...@@ -301,7 +301,7 @@ export default {
<statistics-list v-else :counts="formattedCounts" /> <statistics-list v-else :counts="formattedCounts" />
</div> </div>
<div v-if="!loading" class="col-md-6"> <div v-if="!loading" class="col-md-6">
<strong>{{ __('Duration for the last 30 commits') }}</strong> <strong>{{ __('Pipeline durations for the last 30 commits') }}</strong>
<gl-column-chart <gl-column-chart
:height="$options.chartContainerHeight" :height="$options.chartContainerHeight"
:option="$options.timesChartOptions" :option="$options.timesChartOptions"
......
...@@ -11738,9 +11738,6 @@ msgstr "" ...@@ -11738,9 +11738,6 @@ msgstr ""
msgid "Duration" msgid "Duration"
msgstr "" msgstr ""
msgid "Duration for the last 30 commits"
msgstr ""
msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below." msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
msgstr "" msgstr ""
...@@ -23668,6 +23665,9 @@ msgstr "" ...@@ -23668,6 +23665,9 @@ msgstr ""
msgid "Pipeline Schedules" msgid "Pipeline Schedules"
msgstr "" msgstr ""
msgid "Pipeline durations for the last 30 commits"
msgstr ""
msgid "Pipeline minutes quota" msgid "Pipeline minutes quota"
msgstr "" msgstr ""
......
...@@ -75,7 +75,7 @@ RSpec.describe 'Project Graph', :js do ...@@ -75,7 +75,7 @@ RSpec.describe 'Project Graph', :js do
expect(page).to have_content 'Last week' expect(page).to have_content 'Last week'
expect(page).to have_content 'Last month' expect(page).to have_content 'Last month'
expect(page).to have_content 'Last year' expect(page).to have_content 'Last year'
expect(page).to have_content 'Duration for the last 30 commits' expect(page).to have_content 'Pipeline durations for the last 30 commits'
end end
end end
end end
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