Closed
Bug 879165
Opened 12 years ago
Closed 12 years ago
newtab class used in templates should be removed as it is no longer used and breaks 2 strings for locales
Categories
(Firefox Health Report Graveyard :: Web: Health Report, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: pascalc, Assigned: espressive)
References
Details
So as to solve bug 870631, we set a target="_blank" to the page in https://github.com/mozilla/fhr-jelly/commit/1bcbbfa77137c49f5428557ee6eadb9983549b37 but this commit didn't remove the class='newtab' in the template file.
Learn how we handle your data in our <a href="%(privacy_url)s">privacy policy.</a>
Your Health Report data will also be removed from Mozilla's servers. Learn more in our <a href="%(privacy_url)s">privacy policy.
Since the template has class='newtab' in the links and not the lang files, the strings are displayed in English. The right fix is to remove the class use in the template since it is not used in the end, otherwise we will have to update all the lang files.
Laura, is that ok for you?
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → sneethling
| Assignee | ||
Comment 1•12 years ago
|
||
Sent pull request: https://github.com/mozilla/fhr-jelly/pull/98
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
QA verified on dev, class='newtab' has been removed from the template
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Firefox Health Report → Firefox Health Report Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•