Skip to content

Commit

Permalink
WebTorrent: Rename "Save File" to "Save .torrent File"
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 27, 2019
1 parent 236c089 commit 439da6a
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 439da6a

Please sign in to comment.