Skip to content

Commit

Permalink
Part 2: Waterfoxify onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Jul 5, 2023
1 parent d64fd0e commit 000cf07
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions waterfox/browser/components/aboutwelcome/jar.mn
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

browser.jar:
% content onboarding %content/onboarding/ contentaccessible=yes
content/onboarding/assets/ (./assets/*)
7 changes: 7 additions & 0 deletions waterfox/browser/components/aboutwelcome/moz.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

JAR_MANIFESTS += ["jar.mn"]
1 change: 1 addition & 0 deletions waterfox/browser/components/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

DIRS += [
"aboutwelcome",
"addonstores",
"preferences",
"privatetab",
Expand Down
3 changes: 3 additions & 0 deletions waterfox/browser/locales/en-US/waterfox.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,6 @@ media-player-header = Media Player
## about:telemetry
telemetry-page-subtitle = Waterfox does not collect telemetry about your installation - any telemetry modules are disabled when the browser is built. What you do in your browser is only known by you.
telemetry-privacy-policy = Privacy Policy
onboarding-grassroots-title = Supporting the grassroots
onboarding-grassroots-subtitle = Thank you for using Waterfox, an independent, grassroots browser. With your support, we’re building a sustainable alternative to the big players out there.

0 comments on commit 000cf07

Please sign in to comment.