[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 Main
has 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•5 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•5 years ago
|
Comment 2•5 years 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•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Updated•5 years ago
|
Comment 8•5 years 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
•