{
states.showGenericAccounts = {
id: 'followers',
- heading: 'Followers',
+ heading: t`Followers`,
fetchAccounts: fetchFollowers,
instance,
excludeRelationshipAttrs: isSelf
? ['followedBy']
: [],
blankCopy: hideCollections
- ? 'This user has chosen to not make this information available.'
+ ? t`This user has chosen to not make this information available.`
: undefined,
};
}, 0);
@@ -705,7 +730,7 @@ function AccountInfo({
{shortenNumber(followersCount)}
{' '}
- Followers
+