File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const ActivityStatus = ({ status }: ActivityStatusProps): React.ReactElement | n
1616 }
1717
1818 return (
19- < div className = "bcs-ActivityStatus" data-testid = "bcs-ActivityStatus" >
19+ < div className = "bcs-ActivityStatus" >
2020 < LabelPill . Pill type = { LabelPillStatus . SUCCESS } >
2121 < LabelPill . Text >
2222 < FormattedMessage { ...messages . activityStatusResolved } />
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class DeleteConfirmation extends React.Component<DeleteConfirmationProps> {
5353 </ div >
5454 < div >
5555 < Button
56- aria-label = { commonMessages . cancel . defaultMessage }
56+ aria-label = { < FormattedMessage { ... commonMessages . cancel } /> }
5757 className = "bcs-DeleteConfirmation-cancel"
5858 onClick = { onDeleteCancel }
5959 // @ts -ignore ButtonType will be fixed in a separate PR
@@ -63,7 +63,7 @@ class DeleteConfirmation extends React.Component<DeleteConfirmationProps> {
6363 < FormattedMessage { ...commonMessages . cancel } />
6464 </ Button >
6565 < PrimaryButton
66- aria-label = { commonMessages . delete . defaultMessage }
66+ aria-label = { < FormattedMessage { ... commonMessages . delete } /> }
6767 className = "bcs-DeleteConfirmation-delete"
6868 onClick = { onDeleteConfirm }
6969 // @ts -ignore ButtonType will be fixed in a separate PR
You can’t perform that action at this time.
0 commit comments