diff options
Diffstat (limited to 'toolkit/components/satchel/integrations')
-rw-r--r-- | toolkit/components/satchel/integrations/FirefoxRelay.sys.mjs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/components/satchel/integrations/FirefoxRelay.sys.mjs b/toolkit/components/satchel/integrations/FirefoxRelay.sys.mjs index 8f88373763..dd071d6ff1 100644 --- a/toolkit/components/satchel/integrations/FirefoxRelay.sys.mjs +++ b/toolkit/components/satchel/integrations/FirefoxRelay.sys.mjs @@ -52,7 +52,6 @@ ChromeUtils.defineLazyGetter(lazy, "strings", function () { return new Localization([ "branding/brand.ftl", "browser/firefoxRelay.ftl", - "toolkit/branding/accounts.ftl", "toolkit/branding/brandings.ftl", ]); }); |