fix: capitalization of "Follow back" to "Follow Back"
This commit is contained in:
@@ -515,7 +515,7 @@ export function FollowButtonInner({
|
|||||||
)
|
)
|
||||||
const followLabel = _(
|
const followLabel = _(
|
||||||
msg({
|
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',
|
comment: 'User is not following this account, click to follow',
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user