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