Closed
Bug 974942
Opened 11 years ago
Closed 11 years ago
Don't share strings/reuse "Terms of service" and "Privacy notice" (subject vs. object)
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P1)
Tracking
(firefox29 wontfix, firefox30 fixed, fennec30+)
RESOLVED
FIXED
Firefox 30
People
(Reporter: aryx, Assigned: nalexander)
References
Details
The strings
<!ENTITY fxaccount_policy_linktos 'Terms of Service'>
<!ENTITY fxaccount_policy_linkprivacy 'Privacy Notice'>
from mobile/android/base/locales/en-US/sync_strings.dtd
are used as stand-alone links in the Sync status page and as inline links:
<!-- Localization note: &formatS1; is fxaccount_policy_linktos, &formatS2; is fxaccount_policy_linkprivacy, both hyperlinked. -->
<!ENTITY fxaccount_create_account_policy_text 'By proceeding, I agree to the &formatS1; and &formatS2; of Firefox online services.'>
Because some languages decline objects, this can cause trouble and the strings shouldn't be shared.
Updated•11 years ago
|
Component: General → Android Sync
Product: Firefox for Android → Android Background Services
Assignee | ||
Comment 1•11 years ago
|
||
aryx: thanks! I learn something every day.
Comment 2•11 years ago
|
||
Anything we can/should do for this in 29? I presume no, but worth asking.
tracking-fennec: --- → 30+
status-firefox29:
--- → affected
status-firefox30:
--- → affected
Hardware: ARM → All
Reporter | ||
Comment 3•11 years ago
|
||
Axel, should any action be taken on Aurora about this?
Flags: needinfo?(l10n)
Comment 4•11 years ago
|
||
Note that this is coincidentally the string we want to change on Aurora for Bug 974015.
Updated•11 years ago
|
Version: Firefox 29 → Firefox 30
Assignee | ||
Updated•11 years ago
|
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Android Background Services → Firefox for Android
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•