Commit 33c49265 authored by Kev's avatar Kev

Replace 'job trace' with 'job logs' in error messages

parent 9edfdaac
......@@ -123,7 +123,7 @@ export const receiveJobLogsError = ({ commit, dispatch }) => {
dispatch(
'setErrorMessage',
{
text: __('An error occurred while fetching the job trace.'),
text: __('An error occurred while fetching the job logs.'),
action: () =>
dispatch('fetchJobLogs').then(() => dispatch('setErrorMessage', null, { root: true })),
actionText: __('Please try again'),
......
......@@ -2702,7 +2702,7 @@ msgstr ""
msgid "An error occurred while fetching the job log."
msgstr ""
msgid "An error occurred while fetching the job trace."
msgid "An error occurred while fetching the job logs."
msgstr ""
msgid "An error occurred while fetching the job."
......
......@@ -341,7 +341,7 @@ describe('IDE pipelines actions', () => {
{
type: 'setErrorMessage',
payload: {
text: 'An error occurred while fetching the job trace.',
text: 'An error occurred while fetching the job logs.',
action: expect.any(Function),
actionText: 'Please try again',
actionPayload: null,
......
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