Commit 42f25e75f84622f57073e4ba64f292eac2dac78d

Authored by Dmitriy Zaporozhets
1 parent dff9221c

Improve import notice

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/new.html.haml
... ... @@ -50,7 +50,7 @@
50 50 .bs-callout.bs-callout-info
51 51 This url must be publicly accessible or you can add a username and password like this: https://username:password@gitlab.com/company/project.git.
52 52 %br
53   - Import timeout is 2 minutes. For big repositories use clone/push combination.
  53 + The import will time out after 2 minutes. For big repositories, use a clone/push combination.
54 54 %hr
55 55  
56 56 .form-group
... ...