Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6392 from Liunkae/copy-version-info-tooltip
Browse files Browse the repository at this point in the history
Fix copy version info tooltip
  • Loading branch information
bbondy authored Dec 22, 2016
2 parents feb12f0 + 31bf29a commit c74ec44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/about/brave.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class AboutBrave extends React.Component {
<div className='siteDetailsPageContent aboutAbout'>
<div className='title'>
<span className='sectionTitle' data-l10n-id='versionInformation' />
<span className='fa fa-clipboard' title='Copy password to clipboard' onClick={this.onCopy} />
<span className='fa fa-clipboard' title='Copy to clipboard' onClick={this.onCopy} />
</div>
<SortableTable
headings={['Name', 'Version']}
Expand Down

0 comments on commit c74ec44

Please sign in to comment.