diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-20 12:28:29 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-20 12:28:29 +0300 |
commit | 4bd5aa26ca3a68397a3976a6beadb7fb29706a2c (patch) | |
tree | b4c79c7425077917308ef62c90c429c4bb6e3dbf | |
parent | 4f349fcb691bde95c50f7c92928be9e769308f2f (diff) | |
parent | 0afccd1dd83eceee3781827f5fc2ce34d240b355 (diff) | |
download | gitlab-ce-4bd5aa26ca3a68397a3976a6beadb7fb29706a2c.tar.gz |
Merge pull request #9156 from hellerve/master
Fixed typo in deploy html
-rw-r--r-- | public/deploy.html | 4 |
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> |