summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorhellerve <veit.heller@student.htw-berlin.de>2015-04-20 10:38:38 +0200
committerhellerve <veit.heller@student.htw-berlin.de>2015-04-20 10:38:38 +0200
commit0afccd1dd83eceee3781827f5fc2ce34d240b355 (patch)
tree9a024b85f28ae601621d0960c00e5ee5d178643a /public
parente883aae0e7cd7765153fd488a26f756c007f54a2 (diff)
downloadgitlab-ce-0afccd1dd83eceee3781827f5fc2ce34d240b355.tar.gz
Fixed typo in deploy html
Diffstat (limited to 'public')
-rw-r--r--public/deploy.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/deploy.html b/public/deploy.html
index d9c4bb5c583..e41ed76573d 100644
--- a/public/deploy.html
+++ b/public/deploy.html
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head>
- <title>Deploy in progress. Please try again in few minutes</title>
+ <title>Deploy in progress. Please try again in a few minutes</title>
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<h1><center><img src="/gitlab_logo.png"/></center>Deploy in progress</h1>
- <h3>Please try again in few minutes or contact your administrator.</h3>
+ <h3>Please try again in a few minutes or contact your administrator.</h3>
</body>
</html>