summaryrefslogtreecommitdiff
path: root/app/controllers/import
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/import')
-rw-r--r--app/controllers/import/github_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/import/github_controller.rb b/app/controllers/import/github_controller.rb
index 343ca51e510..4ae121ec482 100644
--- a/app/controllers/import/github_controller.rb
+++ b/app/controllers/import/github_controller.rb
@@ -82,7 +82,7 @@ class Import::GithubController < Import::BaseController
def provider_unauthorized
session[:access_token] = nil
redirect_to new_import_url,
- alert: "Access denied to your #{Gitlab::ImportSources.options.key(provider.to_s)} account."
+ alert: "Access denied to your #{Gitlab::ImportSources.title(provider.to_s)} account."
end
def access_params