[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

@ -6,7 +6,7 @@ import Domain from '../components/domain';
import { openModal } from '../actions/modal';
const messages = defineMessages({
blockDomainConfirm: { id: 'confirmations.domain_block.confirm', defaultMessage: 'Hide entire domain' },
blockDomainConfirm: { id: 'confirmations.domain_block.confirm', defaultMessage: 'Block entire domain' },
});
const makeMapStateToProps = () => {