Skip to content

Commit

Permalink
[WFX-380] Reword and add Waterfox domains to aboutDialog. (#2671)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamp01 authored and MrAlex94 committed May 3, 2022
1 parent f85492a commit b1e72bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions browser/base/content/aboutDialog.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,16 @@
<vbox id="experimental" hidden="true">
<description class="text-blurb" id="warningDesc" data-l10n-id="warningDesc-version"></description>
<description class="text-blurb" id="communityExperimentalDesc" data-l10n-id="community-exp">
<label is="text-link" href="https://www.mozilla.org/?utm_source=firefox-browser&#38;utm_medium=firefox-desktop&#38;utm_campaign=about-dialog" data-l10n-name="community-exp-mozillaLink"/>
<label is="text-link" href="https://www.waterfox.net/" data-l10n-name="community-exp-mozillaLink"/>
<label is="text-link" useoriginprincipal="true" href="about:credits" data-l10n-name="community-exp-creditsLink"/>
</description>
</vbox>
<description class="text-blurb" id="communityDesc" data-l10n-id="community-2">
<label is="text-link" href="https://www.mozilla.org/?utm_source=firefox-browser&#38;utm_medium=firefox-desktop&#38;utm_campaign=about-dialog" data-l10n-name="community-mozillaLink"/>
<label is="text-link" href="https://www.waterfox.net/" data-l10n-name="community-mozillaLink"/>
<label is="text-link" useoriginprincipal="true" href="about:credits" data-l10n-name="community-creditsLink"/>
</description>
<description class="text-blurb" id="contributeDesc" data-l10n-id="helpus">
<label is="text-link" href="https://donate.mozilla.org/?utm_source=firefox&#38;utm_medium=referral&#38;utm_campaign=firefox_about&#38;utm_content=firefox_about" data-l10n-name="helpus-donateLink"/>
<label is="text-link" href="https://www.mozilla.org/contribute/?utm_source=firefox-browser&#38;utm_medium=firefox-desktop&#38;utm_campaign=about-dialog" data-l10n-name="helpus-getInvolvedLink"/>
<label is="text-link" href="https://github.com/WaterfoxCo/Waterfox" data-l10n-name="helpus-getInvolvedLink"/>
</description>
</vbox>
</vbox>
Expand All @@ -161,7 +160,7 @@
<hbox pack="center">
<label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:license" data-l10n-id="bottomLinks-license"/>
<label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:rights" data-l10n-id="bottomLinks-rights"/>
<label is="text-link" class="bottom-link" href="https://www.mozilla.org/privacy/?utm_source=firefox-browser&#38;utm_medium=firefox-desktop&#38;utm_campaign=about-dialog" data-l10n-id="bottomLinks-privacy"/>
<label is="text-link" class="bottom-link" href="https://www.waterfox.net/docs/policies/privacy" data-l10n-id="bottomLinks-privacy"/>
</hbox>
<description id="trademark" data-l10n-id="trademarkInfo"></description>
</vbox>
Expand Down
2 changes: 1 addition & 1 deletion browser/locales/en-US/browser/aboutDialog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ community-exp = <label data-l10n-name="community-exp-mozillaLink">{ -vendor-shor
community-2 = { -brand-short-name } is designed by <label data-l10n-name="community-mozillaLink">{ -vendor-short-name }</label>, a <label data-l10n-name="community-creditsLink">global community</label> working together to keep the Web open, public and accessible to all.
helpus = Want to help? <label data-l10n-name="helpus-donateLink">Make a donation</label> or <label data-l10n-name="helpus-getInvolvedLink">get involved!</label>
helpus = Want to help? <label data-l10n-name="helpus-getInvolvedLink">Get involved!</label>
bottomLinks-license = Licensing Information
bottomLinks-rights = End-User Rights
Expand Down

0 comments on commit b1e72bd

Please sign in to comment.