Skip to content
Snippets Groups Projects
Commit 9533f54b authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern: Committed by Richard Pospesel
Browse files

fixup! Add TorStrings module for localization

Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros

Changed TOR_BROWSER_VERSION with BASE_BROWSER_VERSION.
parent dc1130cf
Branches
Tags
1 merge request!580Rebase Tor Browser Alpha to 102.9.0esr
......@@ -34,7 +34,7 @@ class TorPropertyStringBundle {
getString(key, fallback) {
const reportError =
AppConstants.TOR_BROWSER_VERSION === "dev-build" && !!this._bundle;
AppConstants.BASE_BROWSER_VERSION === "dev-build" && !!this._bundle;
if (key) {
try {
return this._bundle.GetStringFromName(`${this._prefix}${key}`);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment