updated registrar notify

This commit is contained in:
olegphenomenon 2021-11-08 15:59:19 +02:00
parent 042d8d5543
commit cddba82114

View file

@ -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