Skip to content

Commit

Permalink
fix: 'Small Modal' modal title
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Mitchell <[email protected]>
  • Loading branch information
starpit committed Mar 6, 2025
1 parent 76e0a3c commit a596b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdl-live-react/src/page/ClearMyTraces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function ClearMyTraces() {
aria-labelledby="clear-modal-title"
aria-describedby="modal-box-body-clear"
>
<ModalHeader title="Small modal" labelId="clear-modal-title" />
<ModalHeader title="Confirm Trace Removal" labelId="clear-modal-title" />
<ModalBody id="modal-box-body-clear">
Are you sure you wish to remove all stored traces? You currently have{" "}
{myTraces.length}.
Expand Down

0 comments on commit a596b59

Please sign in to comment.