Commit 6ff9d512 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Improve MR Analytics error messages

parent 4cd5f06b
......@@ -11,12 +11,16 @@ export const THROUGHPUT_CHART_STRINGS = {
X_AXIS_TITLE: __('Month'),
CHART_DESCRIPTION: __('The number of merge requests merged by month.'),
NO_DATA: __('There is no chart data available.'),
ERROR_FETCHING_DATA: __('There was an error while fetching the chart data.'),
ERROR_FETCHING_DATA: __(
'There was an error while fetching the chart data. Please refresh the page to try again.',
),
};
export const THROUGHPUT_TABLE_STRINGS = {
NO_DATA: __('There is no table data available.'),
ERROR_FETCHING_DATA: __('There was an error while fetching the table data.'),
ERROR_FETCHING_DATA: __(
'There was an error while fetching the table data. Please refresh the page to try again.',
),
};
export const MERGE_REQUEST_ID_PREFIX = '!';
......
......@@ -24881,10 +24881,10 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
msgid "There was an error while fetching the chart data."
msgid "There was an error while fetching the chart data. Please refresh the page to try again."
msgstr ""
msgid "There was an error while fetching the table data."
msgid "There was an error while fetching the table data. Please refresh the page to try again."
msgstr ""
msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
......
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