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:
Diffstat (limited to 'lib/bulk_imports/error.rb')
-rw-r--r--lib/bulk_imports/error.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bulk_imports/error.rb b/lib/bulk_imports/error.rb
index 4699d5eab5f..009fa02a72a 100644
--- a/lib/bulk_imports/error.rb
+++ b/lib/bulk_imports/error.rb
@@ -13,7 +13,7 @@ module BulkImports
end
def self.invalid_url
- self.new("Import aborted as it was not possible to connect to the provided GitLab instance URL.")
+ self.new("Invalid source URL. Enter only the base URL of the source GitLab instance.")
end
def self.destination_full_path_validation_failure(full_path)