Merge pull request #479 from jfurrow/update-move-torrents-modal-header

Update defaultMessage of MoveTorrentsModal
This commit is contained in:
John Furrow
2017-10-17 21:47:14 -07:00
committed by GitHub
@@ -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'
})} />
);
}