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:
@@ -114,7 +114,12 @@ function Inner({
|
||||
<Link
|
||||
overridePresentation
|
||||
to={urls.website.blog.initialVerificationAnnouncement}
|
||||
label={_(msg`Learn more about verification on Bluesky`)}
|
||||
label={_(
|
||||
msg({
|
||||
message: `Learn more about verification on Bluesky`,
|
||||
context: `english-only-resource`,
|
||||
}),
|
||||
)}
|
||||
size="small"
|
||||
variant="solid"
|
||||
color="primary"
|
||||
@@ -129,7 +134,7 @@ function Inner({
|
||||
)
|
||||
}}>
|
||||
<ButtonText>
|
||||
<Trans>Learn more</Trans>
|
||||
<Trans context="english-only-resource">Learn more</Trans>
|
||||
</ButtonText>
|
||||
</Link>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user