Commit 42f25e75f84622f57073e4ba64f292eac2dac78d
1 parent
dff9221c
Exists in
spb-stable
and in
3 other branches
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,7 +50,7 @@ | ||
50 | .bs-callout.bs-callout-info | 50 | .bs-callout.bs-callout-info |
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. | 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 | %br | 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 | %hr | 54 | %hr |
55 | 55 | ||
56 | .form-group | 56 | .form-group |