Add card for managing preferences during onboarding
Categories
(Firefox for Android :: Experimentation and Telemetry, enhancement, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox135 | --- | fixed |
People
(Reporter: amejia, Assigned: amejia)
References
Details
Attachments
(1 file)
| Assignee | ||
Comment 1•1 year ago
|
||
Comment 3•1 year ago
|
||
| bugherder | ||
Comment 4•1 year ago
|
||
<string name="onboarding_term_of_service_line_three" tools:ignore="UnusedResources,BrandUsage">To help improve the browser, Firefox sends diagnostic and interaction data to Mozilla. Manage</string>
Is this string correct? The final "Manage" without a period, with an object looks like a straggler (there is a separate string for Manage, onboarding_term_of_service_line_three_link_text).
| Assignee | ||
Comment 5•1 year ago
|
||
Yes, it's correct to achieve the expected UI we need to have a separate key of what needs to be highlighted.
Comment 6•1 year ago
|
||
I think this specific problem came up before, and this is not going to work when the content is localized, because there is no way to guarantee consistency between the two strings.
The only safe approach is to have a placeholder to guarantee that the translation doesn't diverge (and an explanation of what's going to happen with it).
To help improve the browser, Firefox sends diagnostic and interaction data to Mozilla. %S
Even if it's not a real placeholder, we have checks to guarantee that this is not lost.
Comment 7•1 year ago
|
||
Also, could you point me where the replacement happen in the code?
| Assignee | ||
Updated•1 year ago
|
Description
•