Skip to content

Commit

Permalink
Chanage allowable to recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
Brijesh committed Nov 27, 2024
1 parent 48a8429 commit 3505cac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});
}
Expand Down

0 comments on commit 3505cac

Please sign in to comment.