summaryrefslogtreecommitdiff
path: root/app/views/projects/settings/repository/show.html.haml
diff options
context:
space:
mode:
authorTao Wang <twang2218@gmail.com>2018-06-14 18:40:56 +1000
committerTao Wang <twang2218@gmail.com>2018-07-01 16:37:52 +1000
commit9e99eb6ca05ddeef2cfd55f6f9a5f695dba49a45 (patch)
tree18e813d3bcc449d52c00d75cdc600c4fe6357531 /app/views/projects/settings/repository/show.html.haml
parent923172c93310d2761ec1b64d181644a1a9e45ed6 (diff)
downloadgitlab-ce-9e99eb6ca05ddeef2cfd55f6f9a5f695dba49a45.tar.gz
i18n: externalize strings from 'app/views/projects/settings'
Signed-off-by: Tao Wang <twang2218@gmail.com>
Diffstat (limited to 'app/views/projects/settings/repository/show.html.haml')
-rw-r--r--app/views/projects/settings/repository/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/settings/repository/show.html.haml b/app/views/projects/settings/repository/show.html.haml
index 5dda2ec28b4..98c609d7bd4 100644
--- a/app/views/projects/settings/repository/show.html.haml
+++ b/app/views/projects/settings/repository/show.html.haml
@@ -1,5 +1,5 @@
-- breadcrumb_title "Repository Settings"
-- page_title "Repository"
+- breadcrumb_title _("Repository Settings")
+- page_title _("Repository")
- @content_class = "limit-container-width" unless fluid_layout
= render "projects/mirrors/show"