Skip to content

Commit

Permalink
[MDS-5654] - fixed typo in CRR table (#2840)
Browse files Browse the repository at this point in the history
* fixed type in CRR table

* update reports.tsx snap
  • Loading branch information
matbusby-fw authored Dec 8, 2023
1 parent e761c66 commit 6c024a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const Reports: FC<ReportsProps> = ({ mine, ...props }) => {
</Typography.Title>
<Typography.Paragraph>
This table shows reports from the Health, Safety and Reclamation code that your mine
has submitted to the cMinistry. It also shows reports the Ministry has requested from
has submitted to the Ministry. It also shows reports the Ministry has requested from
your mine. If you do not see an HSRC report that your mine must submit, click Submit
Report, choose the report you need to send and then attach the file or files.
</Typography.Paragraph>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exports[`Reports renders properly 1`] = `
<div
class="ant-typography"
>
This table shows reports from the Health, Safety and Reclamation code that your mine has submitted to the cMinistry. It also shows reports the Ministry has requested from your mine. If you do not see an HSRC report that your mine must submit, click Submit Report, choose the report you need to send and then attach the file or files.
This table shows reports from the Health, Safety and Reclamation code that your mine has submitted to the Ministry. It also shows reports the Ministry has requested from your mine. If you do not see an HSRC report that your mine must submit, click Submit Report, choose the report you need to send and then attach the file or files.
</div>
<div
class="ant-typography"
Expand Down

0 comments on commit 6c024a5

Please sign in to comment.