fix label (#7856)
This commit is contained in:
@@ -272,7 +272,7 @@ let ProfileHeaderLabeler = ({
|
|||||||
color="secondary"
|
color="secondary"
|
||||||
variant="solid"
|
variant="solid"
|
||||||
shape="round"
|
shape="round"
|
||||||
label={_(msg`Like this feed`)}
|
label={_(msg`Like this labeler`)}
|
||||||
disabled={!hasSession || isLikePending || isUnlikePending}
|
disabled={!hasSession || isLikePending || isUnlikePending}
|
||||||
onPress={onToggleLiked}>
|
onPress={onToggleLiked}>
|
||||||
{likeUri ? (
|
{likeUri ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user