* Don't use "unfollow language" when cancelling follow requests
- Adds two new i18n keys: `confirmations.cancel_follow_request.confirm`
and `confirmations.cancel_follow_request.message`
- Update the header container to use new language
* "Withdraw follow request" instead of "cancel follow request"
message:<FormattedMessageid='confirmations.unfollow.message'defaultMessage='Are you sure you want to unfollow {name}?'values={{name:<strong>@{account.get('acct')}</strong> }} />,
message:<FormattedMessageid='confirmations.cancel_follow_request.message'defaultMessage='Are you sure you want to withdraw your request to follow {name}?'values={{name:<strong>@{account.get('acct')}</strong> }} />,
"confirmations.domain_block.message":"Are you really, really sure you want to block the entire {domain}? In most cases a few targeted blocks or mutes are sufficient and preferable. You will not see content from that domain in any public timelines or your notifications. Your followers from that domain will be removed.",