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