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';
export default {
i18n: {
eraseLogButtonLabel: s__('Job|Erase job log'),
eraseLogButtonLabel: s__('Job|Erase job log and artifacts'),
scrollToBottomButtonLabel: s__('Job|Scroll to bottom'),
scrollToTopButtonLabel: s__('Job|Scroll to top'),
showRawButtonLabel: s__('Job|Show complete raw'),
......
......@@ -20184,7 +20184,7 @@ msgstr ""
msgid "Job|Download"
msgstr ""
msgid "Job|Erase job log"
msgid "Job|Erase job log and artifacts"
msgstr ""
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