From bba5ebf90708ebd972babed5d55a12ecd7ca99c8 Mon Sep 17 00:00:00 2001 From: John Furrow Date: Tue, 17 Oct 2017 21:46:37 -0700 Subject: [PATCH] Update defaultMessage --- .../components/modals/move-torrents-modal/MoveTorrentsModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' })} /> ); }