[fenix] For https://github.com/mozilla-mobile/fenix/issues/22281 Fix studies opt out learn more link

pull/600/head
Matt Boris 3 years ago committed by mergify[bot]
parent 6d8071ccc5
commit 008e453d6a

@ -113,7 +113,7 @@ class StudiesView(
@VisibleForTesting @VisibleForTesting
internal fun bindDescription() { internal fun bindDescription() {
val sumoUrl = SupportUtils.getSumoURLForTopic(context, OPT_OUT_STUDIES) val sumoUrl = SupportUtils.getGenericSumoURLForTopic(OPT_OUT_STUDIES)
val description = context.getString(R.string.studies_description) val description = context.getString(R.string.studies_description)
val learnMore = context.getString(R.string.studies_learn_more) val learnMore = context.getString(R.string.studies_learn_more)
val rawText = "$description <a href=\"$sumoUrl\">$learnMore</a>" val rawText = "$description <a href=\"$sumoUrl\">$learnMore</a>"

Loading…
Cancel
Save