Merge pull request #9156 from hellerve/master

Fixed typo in deploy html
This commit is contained in:
Dmitriy Zaporozhets
2015-04-20 12:28:29 +03:00
+2 -2
View File
@@ -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>