feature/IO-2282-VSSTA-Integration: - doc blocks / cleanup

This commit is contained in:
Dave Richer
2025-04-15 13:20:07 -04:00
parent 6035d94404
commit 30f34a17ea

View File

@@ -182,7 +182,7 @@ const newMediaAddedReassignedBuilder = (data) => {
: data.changedFields?.jobid && data.changedFields.jobid.old !== data.changedFields.jobid.new
? "moved to this job"
: "updated";
const body = `An ${mediaType} has been ${action}.`;
const body = `A ${mediaType} has been ${action}.`;
return buildNotification(data, "notifications.job.newMediaAdded", body, {
mediaType,