Skip to content
Snippets Groups Projects
Unverified Commit 1c3e5e44 authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix new sign-up notification not working because of incorrect type name (#17629)

parent 0db101ed
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ class BootstrapTimelineService < BaseService
def notify_staff!
User.staff.includes(:account).find_each do |user|
NotifyService.new.call(user.account, :'admin.new_user', @source_account)
NotifyService.new.call(user.account, :'admin.sign_up', @source_account)
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment