diff options
author | exupero <eric.shull@gmail.com> | 2012-01-06 15:04:44 -0500 |
---|---|---|
committer | exupero <eric.shull@gmail.com> | 2012-01-06 15:04:44 -0500 |
commit | 86eb61d3ed1af9f065d9b68f9cd6db986a2169c3 (patch) | |
tree | 3c8bb0a57476aa8010f3bccbebfdd67ae25cd066 /public | |
parent | 8a6bdf04c899141ef7fb573b979e5b0d71d5fa51 (diff) | |
download | gitlab-ce-86eb61d3ed1af9f065d9b68f9cd6db986a2169c3.tar.gz |
Updated error page title to "gitolite" from "gitosis".
Diffstat (limited to 'public')
-rw-r--r-- | public/githost_error.html | 2 |
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 { |