Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #22281 Fix studies opt out learn more link
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-boris authored and mergify[bot] committed Nov 3, 2021
1 parent 6747e9d commit 1809bea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class StudiesView(

@VisibleForTesting
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 learnMore = context.getString(R.string.studies_learn_more)
val rawText = "$description <a href=\"$sumoUrl\">$learnMore</a>"
Expand Down

0 comments on commit 1809bea

Please sign in to comment.