Skip to content

Commit

Permalink
[#1099] Fix typo - select all villages
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed May 10, 2024
1 parent 19d223d commit 7307051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/filters/AdministrationDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const AdministrationDropdown = ({
<Row className="form-row">
<Col span={24}>
<Checkbox onChange={handleSelectAllVillage} checked={checked}>
Select all village
Select all villages
</Checkbox>
</Col>
</Row>
Expand Down

0 comments on commit 7307051

Please sign in to comment.