Updated "Follows" -> "Following"

• Updated:
- "Follows" -> "Following"
This commit is contained in:
mgabdev
2020-06-12 19:29:51 -04:00
parent be9d08d590
commit 2a0e0fa932
10 changed files with 10 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ import Responsive from '../features/ui/util/responsive_component';
const messages = defineMessages({
followers: { id: 'account.followers', defaultMessage: 'Followers' },
follows: { id: 'account.follows', defaultMessage: 'Follows' },
follows: { id: 'account.follows', defaultMessage: 'Following' },
profile: { id: 'account.profile', defaultMessage: 'Profile' },
headerPhoto: { id: 'header_photo', defaultMessage: 'Header photo' },
timeline: { id: 'timeline', defaultMessage: 'Timeline' },