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
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/githost_error.html (renamed from public/gitosis_error.html)8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/gitosis_error.html b/public/githost_error.html
index be751d6e5e6..db17eae5569 100644
--- a/public/gitosis_error.html
+++ b/public/githost_error.html
@@ -17,10 +17,10 @@
<body>
<!-- This file lives in public/500.html -->
<div class="dialog">
- <h1>Gitosis Error</h1>
- <h2>We're sorry, but we cant get access to your gitosis.</h2>
- <h3> 1. Check 'config/gitosis.yml' for correct settings.</h3>
- <h3> 2. Be sure web server user has access to gitosis.</h3>
+ <h1>Gitolite Error</h1>
+ <h2>We're sorry, but we cant get access to your gitolite system.</h2>
+ <h3> 1. Check 'config/gitlab.yml' for correct settings.</h3>
+ <h3> 2. Be sure web server user has access to gitolite.</h3>
</div>
</body>
</html>