1
0
Fork 0

For #11229: Update etp strict option title content description.

master
mcarare 2020-06-09 18:27:54 +03:00 committed by Mihai Adrian
parent 932a2f3703
commit 4b04a140fc
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class OnboardingTrackingProtectionViewHolder(view: View) : RecyclerView.ViewHold
strictTrackingProtection.performClick()
}
val strictTitle =
view.context.getString(R.string.onboarding_tracking_protection_strict_button)
view.context.getString(R.string.onboarding_tracking_protection_strict_option)
val strictSummary =
view.context.getString(R.string.onboarding_tracking_protection_strict_button_description_2)
contentDescription = "$strictTitle. $strictSummary"