.compose-panel button.button.button--block::after {
    content: "Twoot!";
    text-indent: 0;
    display: block;
    line-height: initial;
}

.compose-panel button.button.button--block {
    text-indent: -9999px;
    line-height: 0;
}

