Commit 7554937f authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '297517-Fix-'Erase-job-log'-button-is-misleading' into 'master'

Fix 'Erase job log' button is misleading

See merge request gitlab-org/gitlab!75892
parents 99147847 b742d57e
...@@ -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