Commit 5812bfbb authored by wortschi's avatar wortschi

Update VSA cycle time UI text

parent 3239e63e
...@@ -44,7 +44,7 @@ export const METRICS_POPOVER_CONTENT = { ...@@ -44,7 +44,7 @@ export const METRICS_POPOVER_CONTENT = {
}, },
'cycle-time': { 'cycle-time': {
description: s__( description: s__(
'ValueStreamAnalytics|Median time from issue first merge request created to issue closed.', "ValueStreamAnalytics|Median time from the earliest commit of a linked issue's merge request to when that issue is closed.",
), ),
}, },
'new-issue': { description: s__('ValueStreamAnalytics|Number of new issues created.') }, 'new-issue': { description: s__('ValueStreamAnalytics|Number of new issues created.') },
......
...@@ -37319,7 +37319,7 @@ msgstr "" ...@@ -37319,7 +37319,7 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed." msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr "" msgstr ""
msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed." msgid "ValueStreamAnalytics|Median time from the earliest commit of a linked issue's merge request to when that issue is closed."
msgstr "" msgstr ""
msgid "ValueStreamAnalytics|Number of commits pushed to the default branch" msgid "ValueStreamAnalytics|Number of commits pushed to the default branch"
......
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