.compose-form__publish-button-wrapper .button.button--block::after {
    content: 'Javisst!';
    text-indent: 0;
    display: block;
    line-height: initial;
}
.compose-form__publish-button-wrapper .button.button--block {
    display: block;
    text-indent: -9999px;
    line-height: 0;
}
.compose-form__publish-button-wrapper .button.button--block span.compose-form__publish-private {
    display: none;
}

