Fix label
This commit is contained in:
@@ -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={[
|
||||||
|
|||||||
Reference in New Issue
Block a user