diff --git a/src/pages/home/report/ReportActionItemThread.js b/src/pages/home/report/ReportActionItemThread.js index 0fb6e8bf58dc..ebd965e80daf 100644 --- a/src/pages/home/report/ReportActionItemThread.js +++ b/src/pages/home/report/ReportActionItemThread.js @@ -27,7 +27,7 @@ const propTypes = { /** Whether the thread item / message is being hovered */ isHovered: PropTypes.bool.isRequired, - /** The function that is called on secondary interaction, ie: LongPress */ + /** The function that should be called when the thread is LongPressed or right-clicked */ onSecondaryInteraction: PropTypes.func.isRequired, ...withLocalizePropTypes,