Pier Angelo Vendrame pushed to branch tor-browser-102.5.0esr-12.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • browser/components/preferences/main.js
    ... ... @@ -554,7 +554,7 @@ var gMainPane = {
    554 554
             .setAttribute("style", "display: none !important");
    
    555 555
         }
    
    556 556
         // Initialize the Firefox Updates section.
    
    557
    -    let version = AppConstants.MOZ_APP_VERSION_DISPLAY;
    
    557
    +    let version = AppConstants.TOR_BROWSER_VERSION;
    
    558 558
     
    
    559 559
         // Include the build ID if this is an "a#" (nightly) build
    
    560 560
         if (/a\d+$/.test(version)) {