Skip to content

Commit

Permalink
fix: update default name for downloaded report (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSin committed Sep 24, 2021
1 parent d0e1652 commit 72f9387
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const m = defineMessages({
// Shown while the report is generating when saving or printing
savingProgress: 'Generating report…',
// Default filename for a report (prefixed with date as YYYY-MM-YY)
defaultReportName: 'Mapeo Monitoring Report.pdf',
defaultReportName: 'Mapeo Observation Report.pdf',
xOfY: 'showing {observationCount} of {totalObservations} observations'
})

Expand Down

0 comments on commit 72f9387

Please sign in to comment.