Skip to content

Commit

Permalink
Update fallback string IDs to match
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Jul 29, 2021
1 parent ec23ef6 commit f6032aa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions static/js/fx-bento.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ async function getlocalizedBentoStrings() {
if (!renderedStrings) {
return {
"bentoButtonTitle":"Firefox apps and services",
"bentoHeadline":"Firefox is tech that fights for your online privacy.",
"bentoBottomLink":"Made by Mozilla",
"fxMakesTech":"Firefox is tech that fights for your online privacy.",
"madeByMozilla":"Made by Mozilla",
"fxDesktop":"Firefox Browser for Desktop",
"fxLockwise":"Firefox Lockwise",
"fxMobile":"Firefox Browser for Mobile",
"fxMonitor":"Firefox Monitor",
"pocket":"Pocket",
"fxSend":"Firefox Send",
"mobileCloseBentoButtonTitle":"Close menu",
"fxPocket":"Pocket",
"bentoButtonCloseLabel":"Close menu",
};
}

Expand Down

0 comments on commit f6032aa

Please sign in to comment.