Commit 52e6a54a authored by Dan Jensen's avatar Dan Jensen Committed by Martin Wortschack

Clarify duration chart title in CI/CD Analytics

parent bb218f4f
......@@ -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"
......
......@@ -11717,9 +11717,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 ""
......@@ -23632,6 +23629,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