Fix label

This commit is contained in:
Eric Bailey
2026-05-22 17:27:29 -05:00
parent f3de5ccdda
commit 768844b261
@@ -280,7 +280,7 @@ export function PublicationCard({
<Link <Link
shouldProxy shouldProxy
to={view.source.uri} to={view.source.uri}
label={l`Subscribe`} label={l`View publication`}
onPress={onPress} onPress={onPress}
onLongPress={onLongPress}> onLongPress={onLongPress}>
{({hovered: maybeHovered}) => { {({hovered: maybeHovered}) => {
@@ -530,7 +530,7 @@ export function PublicationFooter({
<Link <Link
shouldProxy shouldProxy
to={view.source.uri} to={view.source.uri}
label={l`Subscribe`} label={l`View publication`}
onPress={onPress} onPress={onPress}
onLongPress={onLongPress} onLongPress={onLongPress}
style={[ style={[