about summary refs log tree commit diff
path: root/src/components
diff options
context:
space:
mode:
authorCaidan Williams <caidan@internet.dev>2025-08-21 15:55:01 -0700
committerCaidan Williams <caidan@internet.dev>2025-08-21 15:55:01 -0700
commit7a1adfe67ccc90abc5ab594e8fd90e8cd0a03af0 (patch)
tree7512550ce17e00fa1ee64c03f4f4d6a91825dff6 /src/components
parent994003e6037e994dde3f96593ea6074ef5d68a61 (diff)
downloadvoidsky-7a1adfe67ccc90abc5ab594e8fd90e8cd0a03af0.tar.zst
refactor: all uses of "Follow Back" to "Follow back"
Diffstat (limited to 'src/components')
-rw-r--r--src/components/ProfileCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ProfileCard.tsx b/src/components/ProfileCard.tsx
index ea7333c2e..d3a2b8f1f 100644
--- a/src/components/ProfileCard.tsx
+++ b/src/components/ProfileCard.tsx
@@ -515,7 +515,7 @@ export function FollowButtonInner({
   )
   const followLabel = _(
     msg({
-      message: profile.viewer?.followedBy ? 'Follow Back' : 'Follow',
+      message: profile.viewer?.followedBy ? 'Follow back' : 'Follow',
       comment: 'User is not following this account, click to follow',
     }),
   )