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

@@ -23,7 +23,7 @@ const mapStateToProps = (state, { account }) => {
}
const messages = defineMessages({
follows: { id: 'account.follows', defaultMessage: 'Follows' },
follows: { id: 'account.follows', defaultMessage: 'Following' },
empty: { id: 'account.follows.empty', defaultMessage: 'This user doesn\'t follow anyone yet.' },
})