]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix unfollow confirmations in account directory
authorThibG <thib@sitedethib.com>
Wed, 22 Jan 2020 15:26:47 +0000 (16:26 +0100)
committerThibaut Girka <thib@sitedethib.com>
Fri, 24 Jan 2020 14:25:48 +0000 (15:25 +0100)
Port ec3ee675640fa441b9113d69b743ee22e107002b to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/features/directory/components/account_card.js

index d1c4069333cb41322b11167821138aa7962c118c..557120960286b46218a5990e1d54298cff65f0f5 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 = () => {