Browse Source

Fix unfollow confirmations in account directory (#12922)

Fixes #12921
master
ThibG 4 years ago
committed by Eugen Rochko
parent
commit
ec3ee67564
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/mastodon/features/directory/components/account_card.js

+ 1
- 0
app/javascript/mastodon/features/directory/components/account_card.js View File

@ -22,6 +22,7 @@ const messages = defineMessages({
requested: { id: 'account.requested', defaultMessage: 'Awaiting approval' },
unblock: { id: 'account.unblock', defaultMessage: 'Unblock @{name}' },
unmute: { id: 'account.unmute', defaultMessage: 'Unmute @{name}' },
unfollowConfirm: { id: 'confirmations.unfollow.confirm', defaultMessage: 'Unfollow' },
});
const makeMapStateToProps = () => {

Loading…
Cancel
Save