Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-17 16:47:00 +0300
committerJames Lopez <james@jameslopez.es>2016-06-17 16:47:00 +0300
commit2d4556c5d208e9ae805b0467c1c7281ae6a36ebe (patch)
treec7aa3e6ff87eff5dccdb0b91dbd64675d5b6d211 /app/views/projects/new.html.haml
parentbfced6fdb5ef4b567914e0da8d6bf0c97271ed9f (diff)
a few changes based on MR feedback
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index d73ba7908d8..3c1c6060504 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -136,7 +136,7 @@
$('.import_gitlab_project').click(function( event ) {
if($('.import_gitlab_project').attr('disabled')) {
event.preventDefault();
- new Flash("Project path required.", "alert");
+ new Flash("Please enter a path for the project to be imported to.");
}
});