diff --git a/app/javascript/mastodon/features/ui/components/actions_modal.js b/app/javascript/mastodon/features/ui/components/actions_modal.js
index 0fc2560ffa9bba6f7e64eb9786735bf2cded4d5d..a7b7357b644a57da7c27eb6d9e3b1e6efa05bc7d 100644
--- a/app/javascript/mastodon/features/ui/components/actions_modal.js
+++ b/app/javascript/mastodon/features/ui/components/actions_modal.js
@@ -7,12 +7,11 @@ import RelativeTimestamp from '../../../components/relative_timestamp';
 import DisplayName from '../../../components/display_name';
 import IconButton from '../../../components/icon_button';
 
-export default class ReportModal extends ImmutablePureComponent {
+export default class ActionsModal extends ImmutablePureComponent {
 
   static propTypes = {
     actions: PropTypes.array,
     onClick: PropTypes.func,
-    intl: PropTypes.object.isRequired,
   };
 
   renderAction = (action, i) => {