summaryrefslogtreecommitdiff
path: root/app/views/projects/settings/repository/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/settings/repository/show.html.haml')
-rw-r--r--app/views/projects/settings/repository/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/settings/repository/show.html.haml b/app/views/projects/settings/repository/show.html.haml
index 24fc137fd29..8ac22e1c325 100644
--- a/app/views/projects/settings/repository/show.html.haml
+++ b/app/views/projects/settings/repository/show.html.haml
@@ -1,7 +1,7 @@
- breadcrumb_title _("Repository Settings")
- page_title _("Repository")
- @content_class = "limit-container-width" unless fluid_layout
-- deploy_token_description = s_('DeployTokens|Deploy tokens allow access to packages, your repository, and registry images.')
+- deploy_token_description = s_('DeployTokens|Deploy Tokens allow access to packages, your repository, and registry images.')
= render "projects/default_branch/show"
= render_if_exists "projects/push_rules/index"