Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-20 00:26:26 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-20 00:26:26 +0300
commitdfd910829d5392b9b5512de91df475b4b9a3af52 (patch)
tree56d1b65351f167fd456ab0f2ccd0fcd83fd1255c /app/views/projects/environments/terminal.html.haml
parentaf1ed0e2bbabb72aff521aa2d67a4325dd94f711 (diff)
Externalize strings from `/app/views/projects/environments`
Diffstat (limited to 'app/views/projects/environments/terminal.html.haml')
-rw-r--r--app/views/projects/environments/terminal.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/environments/terminal.html.haml b/app/views/projects/environments/terminal.html.haml
index e40d631a1a1..e837d3d56ac 100644
--- a/app/views/projects/environments/terminal.html.haml
+++ b/app/views/projects/environments/terminal.html.haml
@@ -1,5 +1,5 @@
- @no_container = true
-- page_title "Terminal for environment", @environment.name
+- page_title _("Terminal for environment"), @environment.name
- content_for :page_specific_javascripts do
= stylesheet_link_tag "xterm.css"
@@ -9,7 +9,7 @@
.row
.col-sm-6
%h3.page-title
- Terminal for environment
+ = _("Terminal for environment")
= @environment.name
.col-sm-6