Skip to content

Commit

Permalink
change warning text for dollar value
Browse files Browse the repository at this point in the history
  • Loading branch information
asimregmi committed Feb 17, 2025
1 parent 47d303e commit 558fcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edit-resource/ResourceForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const ResourceForm = React.memo(function ResourceForm({
headerText={<label>Dollar Value per SUs</label>}
isEditing={isDollarValueEditing}
onEditingChange={onDollarValueEditingChange}
warningMessage="Modifying the dollar value can affect the cost of allocations."
warningMessage="Dollar value is for reporting and should only be modified if the SU rate changes."
>
<TextInput
value={resourceDetails.dollar_value}
Expand Down

0 comments on commit 558fcd7

Please sign in to comment.