Skip to content

Commit

Permalink
Merge pull request #303 from adhocteam/TTAHUB-83-enable-deleting-of-a…
Browse files Browse the repository at this point in the history
…ctivity-reports

Adjust text on Activity Report delete confirmation modal
  • Loading branch information
kryswisnaskas committed May 11, 2021
2 parents d058ac9 + f22c4d1 commit 7ca3a36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/components/DeleteReportModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ const DeleteModal = ({
)}
>
Are you sure you want to delete this activity report?
This action can only be undone by a TTA Smart Hub Administrator
This action
{' '}
<b>cannot</b>
{' '}
be undone.
</Modal>
</div>
);
Expand Down

0 comments on commit 7ca3a36

Please sign in to comment.