Dan Ballard pushed to branch tor-browser-128.7.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
f0b1a96d
by clairehurst at 2025-01-30T12:35:28-07:00
1 changed file:
Changes:
... | ... | @@ -155,7 +155,7 @@ class TorConnectionAssistFragment : Fragment(), UserInteractionHandler { |
155 | 155 | binding.titleDescription.visibility =
|
156 | 156 | if (screen.titleDescriptionVisible) View.VISIBLE else View.GONE
|
157 | 157 | if (screen.learnMoreStringResource != null && screen.internetErrorDescription != null) {
|
158 | - val learnMore: String = getString(screen.learnMoreStringResource)
|
|
158 | + val learnMore: String = "" // getString(screen.learnMoreStringResource) tor-browser#43198 uncomment and add back once we have the "Learn more" screens for relevant pages
|
|
159 | 159 | val internetErrorDescription: String =
|
160 | 160 | if (screen.internetErrorDescription1 == null) {
|
161 | 161 | getString(
|