This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.9.0esr-11.5-1 in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-91.9.0esr-11.5-1 by this push: new c0f7e9fc2051d fixup! fixup! Add TorStrings module for localization c0f7e9fc2051d is described below
commit c0f7e9fc2051de4eafb640669b691adb25b1f4d8 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Wed May 4 11:03:33 2022 +0200
fixup! fixup! Add TorStrings module for localization
Bug 40896: [Connection Settings] Update strings for current bridges --- 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 1d376aaf4bf8d..5baa775e85d43 100644 --- a/browser/modules/TorStrings.jsm +++ b/browser/modules/TorStrings.jsm @@ -292,7 +292,7 @@ var TorStrings = { bridgeDisableBuiltIn: getString("torPreferences.bridgeDisableBuiltIn", "Disable built-in bridges"), bridgeShare: getString( "torPreferences.bridgeShare", - "Share your bridge by presenting the QR code or copying its bridge line." + "Share this bridge using the QR code or by copying its address:" ), bridgeCopy: getString("torPreferences.bridgeCopy", "Copy Bridge Address"), copied: getString("torPreferences.copied", "Copied!"),
tor-commits@lists.torproject.org