diff --git a/src/components/rangeUsePlanPage/grazingSchedules/GrazingScheduleBox.js b/src/components/rangeUsePlanPage/grazingSchedules/GrazingScheduleBox.js index 30943b00..bf9517fa 100644 --- a/src/components/rangeUsePlanPage/grazingSchedules/GrazingScheduleBox.js +++ b/src/components/rangeUsePlanPage/grazingSchedules/GrazingScheduleBox.js @@ -77,7 +77,7 @@ const GrazingScheduleBox = ({ if (allowableAum && aggregatedCrownAUMs[pastureId] > allowableAum) { acc.push({ id: entry.id, - message: `Total Crown AUMs: ${aggregatedCrownAUMs[pastureId]} of schedule entries of pasture "${pastureName}" have exceeded allowable AUMs value: ${allowableAum}.`, + message: `Total Crown AUMs: ${aggregatedCrownAUMs[pastureId]} of schedule entries of pasture "${pastureName}" have exceeded recommended AUMs value: ${allowableAum}.`, type: 'warning', }); }