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 'app/helpers/registrations_helper.rb')
-rw-r--r--app/helpers/registrations_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/registrations_helper.rb b/app/helpers/registrations_helper.rb
index 12f7bd41968..4ac14894057 100644
--- a/app/helpers/registrations_helper.rb
+++ b/app/helpers/registrations_helper.rb
@@ -12,7 +12,7 @@ module RegistrationsHelper
end
# overridden in EE
- def oauth_tracking_label; end
+ def registration_tracking_label; end
# overridden in EE
def register_omniauth_params(_local_assigns)