summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-20 12:28:29 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-20 12:28:29 +0300
commit4bd5aa26ca3a68397a3976a6beadb7fb29706a2c (patch)
treeb4c79c7425077917308ef62c90c429c4bb6e3dbf
parent4f349fcb691bde95c50f7c92928be9e769308f2f (diff)
parent0afccd1dd83eceee3781827f5fc2ce34d240b355 (diff)
downloadgitlab-ce-4bd5aa26ca3a68397a3976a6beadb7fb29706a2c.tar.gz
Merge pull request #9156 from hellerve/master
Fixed typo in deploy html
-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>