Skip to content

Commit

Permalink
Changed crops title
Browse files Browse the repository at this point in the history
  • Loading branch information
dallascrichmond committed Jan 28, 2025
1 parent b47c794 commit 516a8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/FieldAndSoil/Crops/Crops.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function Crops({ fields, setFields }: FieldListProps) {
{isModalVisible && (
<Modal
isVisible={isModalVisible}
title="Edit Soil Test"
title="Edit Crop"
onClose={() => setIsModalVisible(false)}
footer={
<button
Expand Down

0 comments on commit 516a8f5

Please sign in to comment.