mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
![Gijs Kruitbosch](/assets/img/avatar_default.png)
The extant code would fail if the user switched languages while the dialog was open, as fluent would throw the manually-inserted content away. This patch properly uses fluent to insert the channel, which also means we don't need to wait for it to happen after `load` (because of the previous patch in this stack), it'll be there immediately. Differential Revision: https://phabricator.services.mozilla.com/D172299