Commit 004da229 authored by Robert Speicher's avatar Robert Speicher

Merge branch '37932-fix-redirect-message' into 'master'

Update redirect milestone 12.7 => 13.0

Closes #37932

See merge request gitlab-org/gitlab!21064
parents 191ac4cb 7e2f0f1f
......@@ -46,8 +46,8 @@ module EE
end
def geo_redirection
redirect_to admin_geo_settings_url, notice: 'You were automatically redirected to <strong>Admin Area > Geo > Setting</strong><br /> '\
'From GitLab 12.7 on, this will be the only place for Geo settings and <strong>Admin Area > Settings > Geo</strong> will be removed.'.html_safe
redirect_to admin_geo_settings_url, notice: 'You were automatically redirected to <strong>Admin Area > Geo > Settings</strong><br /> '\
'From GitLab 13.0 on, this will be the only place for Geo settings and <strong>Admin Area > Settings > Geo</strong> will be removed.'.html_safe
end
private
......
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