refactor: all uses of "Follow Back" to "Follow back"
This commit is contained in:
@@ -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',
|
||||
}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user