Skip to content

Commit

Permalink
Merge pull request #3036 from brave/webtorrent-save
Browse files Browse the repository at this point in the history
WebTorrent: Rename "Save File" to "Save .torrent File"
  • Loading branch information
yrliou authored Jul 27, 2019
2 parents e8911cb + 439da6a commit 2bcc6c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class TorrentViewerHeader extends React.PureComponent<
const mainButtonText = torrent ? 'Stop Torrent' : 'Start Torrent'
const copyButtonText = this.props.torrentId.startsWith('magnet:')
? 'Copy Magnet Link'
: 'Save File'
: 'Save .torrent File'

return (
<div className='headerContainer'>
Expand Down

0 comments on commit 2bcc6c8

Please sign in to comment.