Skip to content

Commit

Permalink
Update mastodon server for FirefoxNightly account (#15713)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel authored Dec 11, 2024
1 parent 20b573a commit 8593a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bedrock/firefox/templates/firefox/nightly/whatsnew.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h4 class="mzp-c-callout-title">¿Quieres ayudar en España?</h4>

<p>{{ ftl('nightly-whatsnew-this-is-a-good') }}</p>

<p>{{ ftl('nightly-whatsnew-if-you-want-to-v3', blog='href="https://blog.nightly.mozilla.org/"', twitter='href="https://twitter.com/FirefoxNightly"', mastodon='href="https://mozilla.social/@FirefoxNightly"') }}</p>
<p>{{ ftl('nightly-whatsnew-if-you-want-to-v3', blog='href="https://blog.nightly.mozilla.org/"', twitter='href="https://twitter.com/FirefoxNightly"', mastodon='href="https://mastodon.social/@FirefoxNightly"') }}</p>

<p>
{% set attrs = 'href="#" class="nightly-experiments-link"' %}
Expand Down
2 changes: 1 addition & 1 deletion l10n/en/firefox/nightly/whatsnew.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nightly-whatsnew-this-is-a-good = This is a good time to thank you for helping u
# Variables:
# $blog (url) - link to https://blog.nightly.mozilla.org/
# $mastodon (url) - link to https://mozilla.social/@FirefoxNightly
# $mastodon (url) - link to https://mastodon.social/@FirefoxNightly
# $twitter (url) - link to https://twitter.com/FirefoxNightly
nightly-whatsnew-if-you-want-to-v3 = If you want to know what’s happening around { -brand-name-nightly } and its community, reading our <a { $blog }>blog</a> and following us on <a { $mastodon }>Mastodon</a> or <a { $twitter }>X</a> are good starting points!
Expand Down

0 comments on commit 8593a6f

Please sign in to comment.