about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2025-02-28 17:49:01 +0000
committerGitHub <noreply@github.com>2025-02-28 09:49:01 -0800
commit9e9ffd5c6e9e5c672f60aa10d60c6628a15ae783 (patch)
tree246fb6a58fe4693da05b46ccd3e3160650ed7aff
parent3f963cfed792a8e51ddd0e32bc5b79883e6bdb04 (diff)
downloadvoidsky-9e9ffd5c6e9e5c672f60aa10d60c6628a15ae783.tar.zst
fix label (#7856)
-rw-r--r--src/screens/Profile/Header/ProfileHeaderLabeler.tsx2
1 files changed, 1 insertions, 1 deletions
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 ? (