diff --git a/app/models/organisation_name_change.rb b/app/models/organisation_name_change.rb index ba9702b76..6ff686e1f 100644 --- a/app/models/organisation_name_change.rb +++ b/app/models/organisation_name_change.rb @@ -74,7 +74,7 @@ private return if change_date.blank? if organisation.organisation_name_changes.visible.select(&:persisted?).any? { |record| record.change_date == change_date } - errors.add(:change_date, "Start date cannot be the same as an existing name change.") + errors.add(:change_date, "Start date cannot be the same as another name change.") end end