Add english-only-resource context and tweak labels (#8805)
* add context in VerificationsDialog.tsx * add context in VerifierDialog.tsx * add context in VerificationSettings.tsx * add context in EditProfileDialog.tsx * add context and tweak label in ChangeHandleDialog.tsx * tweak label in ContentHider.tsx
This commit is contained in:
@@ -44,7 +44,12 @@ export function Screen() {
|
||||
<InlineLinkText
|
||||
overridePresentation
|
||||
to={urls.website.blog.initialVerificationAnnouncement}
|
||||
label={_(msg`Learn more`)}
|
||||
label={_(
|
||||
msg({
|
||||
message: `Learn more`,
|
||||
context: `english-only-resource`,
|
||||
}),
|
||||
)}
|
||||
onPress={() => {
|
||||
logger.metric(
|
||||
'verification:learn-more',
|
||||
|
||||
Reference in New Issue
Block a user