diff --git a/app/models/registrant_user.rb b/app/models/registrant_user.rb index 736fe538e..74a8ad0e5 100644 --- a/app/models/registrant_user.rb +++ b/app/models/registrant_user.rb @@ -60,7 +60,7 @@ class RegistrantUser < User def notify_registrar_data_updated(company_name:, old_contact_name:, contact:) contact.registrar.notifications.create!( - text: "#{old_contact_name} was changed to #{company_name}" + text: "Contact update: #{contact.id} name updated from #{old_contact_name} to #{company_name} by the registry" ) end