Skip to content

Commit

Permalink
Merge pull request #29120 from OlimpiaZurek/fix/28861-delete-request-…
Browse files Browse the repository at this point in the history
…confirmation-title

fix delete request confirmation modal title
  • Loading branch information
marcochavezf authored Oct 10, 2023
2 parents 69bf8e7 + f76e2b7 commit 95293de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ function PopoverReportActionContextMenu(_props, ref) {
/>
</PopoverWithMeasuredContent>
<ConfirmModal
title={translate('reportActionContextMenu.deleteAction', {reportAction})}
title={translate('reportActionContextMenu.deleteAction', {action: reportAction})}
isVisible={isDeleteCommentConfirmModalVisible}
shouldSetModalVisibility={shouldSetModalVisibilityForDeleteConfirmation}
onConfirm={confirmDeleteAndHideModal}
Expand Down

0 comments on commit 95293de

Please sign in to comment.