Skip to content
Snippets Groups Projects
Commit 9856bc71 authored by Miguel Rincon's avatar Miguel Rincon
Browse files

Updates "Submit" button with "Create runner"

After inputting details of the runner the user to the next screen to
register the runner, this step creates a new runner record.

Text in the "Submit" button is replaced with "Create runner" to convey
this.

Changelog: changed
parent b7027a74
No related branches found
No related tags found
1 merge request!121376Updates "Submit" button with "Create runner"
......@@ -113,7 +113,7 @@ export default {
<div class="gl-display-flex">
<gl-button type="submit" variant="confirm" class="js-no-auto-disable" :loading="saving">
{{ __('Submit') }}
{{ s__('Runners|Create runner') }}
</gl-button>
</div>
</gl-form>
......
......@@ -38908,6 +38908,9 @@ msgstr ""
msgid "Runners|Create an instance runner to generate a command that registers the runner with all its configurations."
msgstr ""
 
msgid "Runners|Create runner"
msgstr ""
msgid "Runners|Created %{timeAgo}"
msgstr ""
 
......@@ -232,7 +232,7 @@
before do
fill_in s_('Runners|Runner description'), with: 'runner-foo'
fill_in s_('Runners|Tags'), with: 'tag1'
click_on _('Submit')
click_on s_('Runners|Create runner')
wait_for_requests
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment