Fixed typo in deploy html

This commit is contained in:
hellerve 2015-04-20 10:38:38 +02:00
parent e883aae0e7
commit 0afccd1dd8
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <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" /> <link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
</head> </head>
<body> <body>
<h1><center><img src="/gitlab_logo.png"/></center>Deploy in progress</h1> <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> </body>
</html> </html>