Skip to content

Commit

Permalink
update message text.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Jan 17, 2024
1 parent 52945b3 commit 94351bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/backend/api/Services/AcquisitionFileService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ private void ValidateMinistryRegion(long acqFileId, short updatedRegion)
short currentRegion = _acqFileRepository.GetRegion(acqFileId);
if (currentRegion != updatedRegion)
{
throw new UserOverrideException(UserOverrideCode.UpdateRegion, "The Ministry region has been changed, this will result in a change to the file's prefix. This requires user confirmation.");
throw new UserOverrideException(UserOverrideCode.UpdateRegion, "The selected Ministry region is different from that associated to one or more selected properties\n\nDo you want to proceed?");
}
}

Expand Down

0 comments on commit 94351bd

Please sign in to comment.