mozilla / fx-private-relay-add-on

Companion add-on for Firefox Relay. Keep your email safe from hackers and trackers. Make an email alias with one click, and keep your address to yourself.
https://addons.mozilla.org/en-US/firefox/addon/private-relay
Mozilla Public License 2.0
67 stars 14 forks source link

MPP-3368 #517

Closed lloan closed 1 year ago

lloan commented 1 year ago

This PR fixes MPP-3368

New feature description

Update how we access bundle plan yearly price and currency for news item in popup.js to select * (used to be en for

const getBundlePrice = getBundlePlans.plan_country_lang_mapping[getBundlePlans.country_code].en.yearly.price;

Screenshot (if applicable)

image

How to test

You should be able to see the news items.

Checklist