-
Notifications
You must be signed in to change notification settings - Fork 975
Copy version information tooltip is incorrect/not localized #6371
Comments
browser-laptop/js/about/brave.js Line 46 in d9824b3
Also, it is not localized. |
I can't get const locale = require('../l10n')
...
<span className='fa fa-clipboard' title={locale.translation('copyToClipboard')} onClick={this.onCopy} /> |
yes I think so, I think we need to implement the l10n extensions API to get the localization here |
I submitted PR #6392 for a temporary fix that changes the wording to "Copy to clipboard", until we get localization to work. |
@liunkae I put a note about how you can fix the issue here: You can see js/about/history.js for examples (except that one uses it's own file, versus using app.properties) |
PR: #6414 |
Test plan: #6414 (comment) |
Did you search for similar issues before submitting this one?
Yes.
Describe the issue you encountered:
On about:brave, the button to copy the version information has an incorrect tooltip. The tooltip currently says "Copy password to clipboard".
Expected behavior:
The tooltip should say something like "Copy version information to clipboard".
Platform (Win7, 8, 10? macOS? Linux distro?):
All (found on macOS 10.12.x)
Brave Version (revision SHA):
Master (3c39b44)
Steps to reproduce:
Screenshot if needed:
Any related issues:
None
The text was updated successfully, but these errors were encountered: