summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/environments/edit.html.haml')
-rw-r--r--app/views/projects/environments/edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/environments/edit.html.haml b/app/views/projects/environments/edit.html.haml
index d6ff3f729b4..d581bd3aeab 100644
--- a/app/views/projects/environments/edit.html.haml
+++ b/app/views/projects/environments/edit.html.haml
@@ -1,8 +1,8 @@
- @no_container = true
-- page_title "Edit", @environment.name, "Environments"
+- page_title _("Edit"), @environment.name, _("Environments")
%div{ class: container_class }
%h3.page-title
- Edit environment
+ = _('Edit environment')
%hr
= render 'form'