diff --git a/options/locale_next/locale_en-US.json b/options/locale_next/locale_en-US.json index bb4767f461..f73ae37355 100644 --- a/options/locale_next/locale_en-US.json +++ b/options/locale_next/locale_en-US.json @@ -456,7 +456,7 @@ "actions.runners.create_runner.page_title": "Create new runner", "actions.runners.create_runner.title": "Create new runner", "actions.runners.create_runner.properties_fieldset": "Properties", - "actions.runners.create_runner.name_label": "Name*", + "actions.runners.create_runner.name_label": "Name", "actions.runners.create_runner.description_label": "Description", "actions.runners.create_runner.create_button": "Create", "actions.runners.create_runner.cancel_button": "Cancel", @@ -464,7 +464,7 @@ "actions.runners.edit_runner.title": "Edit runner %s", "actions.runners.edit_runner.properties_fieldset": "Properties", "actions.runners.edit_runner.properties_options": "Options", - "actions.runners.edit_runner.name_label": "Name*", + "actions.runners.edit_runner.name_label": "Name", "actions.runners.edit_runner.description_label": "Description", "actions.runners.edit_runner.regenerate_token_label": "Regenerate token", "actions.runners.edit_runner.regenerate_token_help": "The existing token will be invalidated immediately. You will receive a new token on the next page.", diff --git a/templates/shared/actions/runner_create.tmpl b/templates/shared/actions/runner_create.tmpl index d34b82cb97..d42005441e 100644 --- a/templates/shared/actions/runner_create.tmpl +++ b/templates/shared/actions/runner_create.tmpl @@ -6,7 +6,7 @@