[tbb-commits] [tor-browser/tor-browser-68.9.0esr-10.0-1] fixup! Bug 30237: Add v3 onion services client authentication prompt

gk at torproject.org gk at torproject.org
Thu Jun 11 15:18:35 UTC 2020


commit c5cd695c6803f32c97a4f5ec052155c3d021b379
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Tue Jun 9 13:58:12 2020 -0400

    fixup! Bug 30237: Add v3 onion services client authentication prompt
    
    Fixes bug 34362.
---
 browser/modules/TorStrings.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/modules/TorStrings.jsm b/browser/modules/TorStrings.jsm
index 8f3a9ce838b8..e8a8d37ae373 100644
--- a/browser/modules/TorStrings.jsm
+++ b/browser/modules/TorStrings.jsm
@@ -381,7 +381,7 @@ var TorStrings = {
       },
       authPrompt: {
         description:
-          getString("authPrompt.description", "%S is requesting your private key."),
+          getString("authPrompt.description2", "%S is requesting that you authenticate."),
         keyPlaceholder: getString("authPrompt.keyPlaceholder", "Enter your key"),
         done: getString("authPrompt.done", "Done"),
         doneAccessKey: getString("authPrompt.doneAccessKey", "d"),



More information about the tbb-commits mailing list