Update copy
This commit is contained in:
@@ -100,7 +100,7 @@ export function TagMenu({
|
|||||||
t.atoms.bg_contrast_25,
|
t.atoms.bg_contrast_25,
|
||||||
]}>
|
]}>
|
||||||
<Link
|
<Link
|
||||||
label={_(msg`Search for all posts with tag ${displayTag}`)}
|
label={_(msg`View all posts with tag ${displayTag}`)}
|
||||||
{...createStaticClick(() => {
|
{...createStaticClick(() => {
|
||||||
control.close(() => {
|
control.close(() => {
|
||||||
navigation.push('Hashtag', {
|
navigation.push('Hashtag', {
|
||||||
@@ -146,7 +146,7 @@ export function TagMenu({
|
|||||||
|
|
||||||
<Link
|
<Link
|
||||||
label={_(
|
label={_(
|
||||||
msg`Search for all posts by @${authorHandle} with tag ${displayTag}`,
|
msg`View all posts by @${authorHandle} with tag ${displayTag}`,
|
||||||
)}
|
)}
|
||||||
{...createStaticClick(() => {
|
{...createStaticClick(() => {
|
||||||
control.close(() => {
|
control.close(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user