diff --git a/client/src/javascript/components/modals/move-torrents-modal/MoveTorrentsModal.js b/client/src/javascript/components/modals/move-torrents-modal/MoveTorrentsModal.js index 2d9bb01e..05fa66e9 100644 --- a/client/src/javascript/components/modals/move-torrents-modal/MoveTorrentsModal.js +++ b/client/src/javascript/components/modals/move-torrents-modal/MoveTorrentsModal.js @@ -162,7 +162,7 @@ class MoveTorrents extends React.Component { dismiss={this.props.dismiss} heading={this.props.intl.formatMessage({ id: 'torrents.move.heading', - defaultMessage: 'Set Download Location' + defaultMessage: 'Set Torrent Location' })} /> ); }