Commit b742d57e authored by Kev's avatar Kev

Fix 'Erase job log' button is misleading

Changelog: fixed
parent 102f676a
...@@ -5,7 +5,7 @@ import { __, s__, sprintf } from '~/locale'; ...@@ -5,7 +5,7 @@ import { __, s__, sprintf } from '~/locale';
export default { export default {
i18n: { i18n: {
eraseLogButtonLabel: s__('Job|Erase job log'), eraseLogButtonLabel: s__('Job|Erase job log and artifacts'),
scrollToBottomButtonLabel: s__('Job|Scroll to bottom'), scrollToBottomButtonLabel: s__('Job|Scroll to bottom'),
scrollToTopButtonLabel: s__('Job|Scroll to top'), scrollToTopButtonLabel: s__('Job|Scroll to top'),
showRawButtonLabel: s__('Job|Show complete raw'), showRawButtonLabel: s__('Job|Show complete raw'),
......
...@@ -20184,7 +20184,7 @@ msgstr "" ...@@ -20184,7 +20184,7 @@ msgstr ""
msgid "Job|Download" msgid "Job|Download"
msgstr "" msgstr ""
msgid "Job|Erase job log" msgid "Job|Erase job log and artifacts"
msgstr "" msgstr ""
msgid "Job|Job artifacts" msgid "Job|Job artifacts"
......
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