diff options
author | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-06-07 15:46:10 +0200 |
---|---|---|
committer | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-06-08 09:38:55 +0200 |
commit | 68f58e1b44054efbf47880ebba5104870b069524 (patch) | |
tree | 1e682c3f86495d35273921735dc139803f8191d4 /app/views/projects/pipeline_schedules/edit.html.haml | |
parent | acdd1bf7c92b7e9cdbd579df8faca5ea7783489f (diff) | |
download | gitlab-ce-68f58e1b44054efbf47880ebba5104870b069524.tar.gz |
Allow translation of Pipeline Schedules
Diffstat (limited to 'app/views/projects/pipeline_schedules/edit.html.haml')
-rw-r--r-- | app/views/projects/pipeline_schedules/edit.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/pipeline_schedules/edit.html.haml b/app/views/projects/pipeline_schedules/edit.html.haml index e16fe0b7a98..9b2a7b5821d 100644 --- a/app/views/projects/pipeline_schedules/edit.html.haml +++ b/app/views/projects/pipeline_schedules/edit.html.haml @@ -1,7 +1,7 @@ -- page_title "Edit", @schedule.description, "Pipeline Schedule" +- page_title _("Edit"), @schedule.description, _("Pipeline Schedule") %h3.page-title - Edit Pipeline Schedule #{@schedule.id} + = _("Edit Pipeline Schedule %{id}") % { id: @schedule.id } %hr = render "form" |