Commit 5edbb420 authored by Illya Klymov's avatar Illya Klymov

Merge branch '235939-add-better-error-messages-for-mr-analytics' into 'master'

Resolve "Add better error messages for MR Analytics"

See merge request gitlab-org/gitlab!40094
parents 14789225 6ff9d512
......@@ -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 = '!';
......
......@@ -24893,10 +24893,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