Skip to content
Snippets Groups Projects
Commit ec3ee675 authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

Fix unfollow confirmations in account directory (#12922)

Fixes #12921
parent 40852b84
No related branches found
No related tags found
No related merge requests found
......@@ -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 = () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment