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:
authorexupero <eric.shull@gmail.com>2012-01-07 00:04:44 +0400
committerexupero <eric.shull@gmail.com>2012-01-07 00:04:44 +0400
commit86eb61d3ed1af9f065d9b68f9cd6db986a2169c3 (patch)
tree3c8bb0a57476aa8010f3bccbebfdd67ae25cd066 /public
parent8a6bdf04c899141ef7fb573b979e5b0d71d5fa51 (diff)
Updated error page title to "gitolite" from "gitosis".
Diffstat (limited to 'public')
-rw-r--r--public/githost_error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/githost_error.html b/public/githost_error.html
index db17eae5569..3e9edc39eee 100644
--- a/public/githost_error.html
+++ b/public/githost_error.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>We're sorry, but we cant get access to your gitosis</title>
+ <title>We're sorry, but we cant get access to your gitolite</title>
<style type="text/css">
body { background-color: #EAEAEA; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {