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 {
<statistics-list v-else :counts="formattedCounts" />
</div>
<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
:height="$options.chartContainerHeight"
:option="$options.timesChartOptions"
......
......@@ -11738,9 +11738,6 @@ msgstr ""
msgid "Duration"
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."
msgstr ""
......@@ -23668,6 +23665,9 @@ msgstr ""
msgid "Pipeline Schedules"
msgstr ""
msgid "Pipeline durations for the last 30 commits"
msgstr ""
msgid "Pipeline minutes quota"
msgstr ""
......
......@@ -75,7 +75,7 @@ RSpec.describe 'Project Graph', :js do
expect(page).to have_content 'Last week'
expect(page).to have_content 'Last month'
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
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