Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samwisekind committed Apr 29, 2024
1 parent 166a776 commit 6d414f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/helpers/formatDate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dayjs.extend(localizedFormat);
/**
* Formats date as relative time.
* @param date Date to format.
* @param currentDate Current date to compared against (for testing).
* @param [currentDate] Current date to compared against (for testing).
* @returns Formatted date as relative time (up to two weeks).
*/
const formatDateRelative = (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/help/sightings-reports.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const UseSightingsForm = () => {
</label>

<label htmlFor="amount">
<span>Amount of animals present:</span>
<span>Number of animals present:</span>
<input type="number" id="amount" name="amount" disabled={loading} />
</label>

Expand Down

0 comments on commit 6d414f5

Please sign in to comment.