Skip to content

Commit

Permalink
fix delete request confirmation modal title
Browse files Browse the repository at this point in the history
  • Loading branch information
OlimpiaZurek committed Oct 9, 2023
1 parent 4a24fd6 commit f76e2b7
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 f76e2b7

Please sign in to comment.