diff options
Diffstat (limited to 'libre/iceweasel/libre.patch')
-rw-r--r-- | libre/iceweasel/libre.patch | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/libre/iceweasel/libre.patch b/libre/iceweasel/libre.patch index 6ac39f8b1..746d098db 100644 --- a/libre/iceweasel/libre.patch +++ b/libre/iceweasel/libre.patch @@ -298,3 +298,55 @@ index edd871b..77870fe 100644 addon-page-options-button = .title = Tools for all add-ons +diff --git a/browser/components/newtab/lib/OnboardingMessageProvider.jsm b/browser/components/newtab/lib/OnboardingMessageProvider.jsm +index 02eb150..20eb672 100644 +--- a/browser/components/newtab/lib/OnboardingMessageProvider.jsm ++++ b/browser/components/newtab/lib/OnboardingMessageProvider.jsm +@@ -293,30 +293,6 @@ const ONBOARDING_MESSAGES = () => [ + targeting: "trailheadTriplet == 'payoff' && isChinaRepack == false", + trigger: { id: "showOnboarding" }, + }, +- { +- id: "TRAILHEAD_CARD_6", +- template: "onboarding", +- bundled: 3, +- order: 6, +- content: { +- title: { string_id: "onboarding-mobile-phone-title" }, +- text: { string_id: "onboarding-mobile-phone-text" }, +- icon: "mobile", +- primary_button: { +- label: { string_id: "onboarding-mobile-phone-button" }, +- action: { +- type: "OPEN_URL", +- data: { +- args: "https://www.mozilla.org/firefox/mobile/", +- where: "tabshifted", +- }, +- }, +- }, +- }, +- targeting: +- "trailheadTriplet in ['supercharge', 'static'] || ('dynamic' in trailheadTriplet && sync.mobileDevices < 1)", +- trigger: { id: "showOnboarding" }, +- }, + { + id: "TRAILHEAD_CARD_7", + template: "onboarding", +diff --git a/browser/locales/en-US/browser/newtab/onboarding.ftl b/browser/locales/en-US/browser/newtab/onboarding.ftl +index 106227c..4600bdc 100644 +--- a/browser/locales/en-US/browser/newtab/onboarding.ftl ++++ b/browser/locales/en-US/browser/newtab/onboarding.ftl +@@ -114,12 +114,6 @@ onboarding-firefox-send-title = Keep Your Shared Files Private + onboarding-firefox-send-text2 = Upload your files to { -send-brand-name } to share them with end-to-end encryption and a link that automatically expires. + onboarding-firefox-send-button = Try { -send-brand-name } + +-onboarding-mobile-phone-title = Get { -brand-product-name } on Your Phone +-onboarding-mobile-phone-text = Download { -brand-product-name } for iOS or Android and sync your data across devices. +-# "Mobile" is short for mobile/cellular phone, "Browser" is short for web +-# browser. +-onboarding-mobile-phone-button = Download Mobile Browser +- + onboarding-send-tabs-title = Instantly Send Yourself Tabs + # "Send Tabs" refers to "Send Tab to Device" feature that appears when opening a + # tab's context menu. |