]> cat aescling's git repositories - mastodon.git/commitdiff
Fix unfollow confirmations in account directory (#12922)
authorThibG <thib@sitedethib.com>
Wed, 22 Jan 2020 15:26:47 +0000 (16:26 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 22 Jan 2020 15:26:47 +0000 (16:26 +0100)
Fixes #12921

app/javascript/mastodon/features/directory/components/account_card.js

index 50ad744501d4de44e11c831329b13912fecbdefb..cb47d9db4b6ecf35c9daf37b9f7ef92769076b4a 100644 (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 = () => {