From 9e9ffd5c6e9e5c672f60aa10d60c6628a15ae783 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Fri, 28 Feb 2025 17:49:01 +0000 Subject: fix label (#7856) --- src/screens/Profile/Header/ProfileHeaderLabeler.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/screens/Profile/Header/ProfileHeaderLabeler.tsx b/src/screens/Profile/Header/ProfileHeaderLabeler.tsx index 1725c4aac..94de86228 100644 --- a/src/screens/Profile/Header/ProfileHeaderLabeler.tsx +++ b/src/screens/Profile/Header/ProfileHeaderLabeler.tsx @@ -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 ? ( -- cgit 1.4.1