Commit f28991ef authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '341295-fix-schedule-ID-is-show-on-edit-page' into 'master'

Fix schedule ID is show on schedule edit page

See merge request gitlab-org/gitlab!75804
parents 549b5c3a 1a4d10e8
......@@ -4,7 +4,7 @@
- add_page_specific_style 'page_bundles/pipeline_schedules'
%h3.page-title
= _("Edit Pipeline Schedule %{id}") % { id: @schedule.id }
= _("Edit Pipeline Schedule")
%hr
= render "form"
......@@ -12665,7 +12665,7 @@ msgstr ""
msgid "Edit Password"
msgstr ""
msgid "Edit Pipeline Schedule %{id}"
msgid "Edit Pipeline Schedule"
msgstr ""
msgid "Edit Release"
......
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