Skip to content

Commit

Permalink
Add new strings to newsletter-strings.json (Fixes mozilla#13250)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Jul 5, 2023
1 parent a5642c1 commit 102092c
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"title": "{{ ftl('newsletters-drumbeat-newsgroup')|striptags }}"
},
"firefox-accounts-journey": {
"description": "{{ ftl('newsletters-get-the-most-firefox-account')|striptags }}",
"title": "{{ ftl('newsletters-firefox-accounts-tips')|striptags }}"
"description": "{{ ftl('newsletters-welcome-emails', fallback='newsletters-get-the-most-firefox-account')|striptags }}",
"title": "{{ ftl('newsletter-welcome-emails-that-get-you', fallback='newsletters-firefox-accounts-tips')|striptags }}"
},
"firefox-desktop": {
"description": "{{ ftl('newsletters-dont-miss-the-latest')|striptags }}",
Expand Down Expand Up @@ -120,6 +120,10 @@
"description": "{{ ftl('newsletters-keep-up-with-releases')|striptags }}",
"title": "{{ ftl('newsletters-firefox-for-android')|striptags }}"
},
"mozilla-accounts": {
"description": "{{ ftl('newsletters-get-tips-from-mozilla')|striptags }}",
"title": "{{ ftl('newsletters-firefox-accounts')|striptags }}"
},
"mozilla-and-you": {
"description": "{{ ftl('newsletters-get-how-tos')|striptags }}",
"title": "{{ ftl('newsletters-firefox-news')|striptags }}"
Expand Down

0 comments on commit 102092c

Please sign in to comment.