Last active
November 23, 2018 17:48
-
-
Save k88hudson/466baf79990f19970579b1c10bbb6fcd to your computer and use it in GitHub Desktop.
Send to device defaults QA data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"messages": [ | |
{ | |
"id": "PREVIEW_SNIPPETS_DEFAULTS_SEND_TO_DEVICE", | |
"template": "send_to_device_snippet", | |
"content": { | |
"scene1_icon": "chrome://branding/content/icon64.png", | |
"scene1_text": "Browse without compromise with Firefox Mobile.", | |
"scene1_title": "Full-featured. Customizable. Lightning fast", | |
"scene2_button_label": "Send", | |
"scene2_disclaimer_html": "The intended recipient of the email must have consented. <privacyLink>Learn more.</privacyLink>", | |
"scene2_dismiss_button_text": "Dismiss", | |
"scene2_icon": "chrome://branding/content/icon64.png", | |
"scene2_text": "Send Firefox to your phone and take a powerful independent browser with you.", | |
"scene2_title": "This is a title!", | |
"error_text": "Oops, there was a problem.", | |
"success_title": "Your download link was sent.", | |
"success_text": "Check your device for the email message!", | |
"links": { | |
"privacyLink": { | |
"url": "https://www.mozilla.org/privacy/websites/?sample_rate=0.001&snippet_name=7894" | |
} | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment