Commit 1ecb99f9 authored by Stan Hu's avatar Stan Hu

Merge branch 'rachelfox-master-patch-29218' into 'master'

fix successfully typo

See merge request gitlab-org/gitlab!24328
parents ffe9f3b0 c9e6ab9f
......@@ -35,7 +35,7 @@ class RegistrationsController < Devise::RegistrationsController
end
# Do not show the signed_up notice message when the signup_flow experiment is enabled.
# Instead, show it after succesfully updating the role.
# Instead, show it after successfully updating the role.
flash[:notice] = nil if experiment_enabled?(:signup_flow)
rescue Gitlab::Access::AccessDeniedError
redirect_to(new_user_session_path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment