[certificate viewer] missing localizable string for l10n id 'certificate-viewer-inc-locality'
Categories
(Firefox :: Security, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr68 | --- | unaffected |
| firefox70 | --- | unaffected |
| firefox71 | --- | wontfix |
| firefox72 | --- | wontfix |
| firefox76 | --- | verified |
People
(Reporter: aryx, Assigned: shaynajustus)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Firefox 72.0a1 and 71.0b11 on Windows 8.1
In the certificate viewer, the l10n string id 'certificate-viewer-inc-locality' gets used but that string doesn't exist.
Steps to reproduce:
- Open https://www.deutsche-bank.de/pk.html
- Click on lock symbol in address bar.
- Click on the right arrow ">" next to "Connection secure".
- Click on more information at the bottom of the pop-up.
- The first line mentioning
Frankfurt am Mainhas no bold label next to it.
The source code shows that a l10n id gets used here:
<label data-l10n-id="certificate-viewer-inc-locality"></label>
A searchfox search returns nothing for certificate-viewer-inc-locality.
Comment 1•2 years ago
|
||
I think it would be relatively safe to:
- Add the missing Fluent ID to certviewer.ftl
- "Migrate" the translation that we have for
certificate-viewer-locality, given that the label and context are the same.
Updated•2 years ago
|
Comment 2•1 year ago
|
||
Shayna, would you like to work on this bug? The comments above should provide enough instructions to get started, but please let me know if you need any help.
Thanks!
Yes, I would. Thank you! I'll let you know if I need any help.
Updated•1 year ago
|
Pushed by gijskruitbosch@gmail.com: https://hg.mozilla.org/integration/autoland/rev/ebedd05e0d17 Add Fluent ID 'certificate-viewer-inc-locality' to certviewer.ftl r=Gijs,fluent-reviewers
Comment 7•1 year ago
|
||
| bugherder | ||
Updated•1 year ago
|
Updated•1 year ago
|
Reproduced the issue using an affected Nightly build (2019-11-24), with the STR from comment 0.
The bug is verified as fixed on 76.0 RC across platforms: Win 10 x64, macOS 10.15 and Ubuntu 18.04 x64.
Description
•