Commit 4bd5aa26 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #9156 from hellerve/master

Fixed typo in deploy html
parents 4f349fcb 0afccd1d
<!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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment