[Glitch] Change the string "hidden" to "blocked" in WebUI

Port 310d729745 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
mayaeh
2020-03-09 17:13:21 +09:00
committed by Thibaut Girka
parent 295dadc9f0
commit 912f4a2eba
4 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import { defineMessages, injectIntl } from 'react-intl';
import ImmutablePureComponent from 'react-immutable-pure-component';
const messages = defineMessages({
unblockDomain: { id: 'account.unblock_domain', defaultMessage: 'Unhide {domain}' },
unblockDomain: { id: 'account.unblock_domain', defaultMessage: 'Unblock domain {domain}' },
});
export default @injectIntl