.compose-form__publish-button-wrapper button {
	box-sizing: border-box;
	position: relative;
	color: transparent !important;
	width: 6em !important;
}
.compose-form__publish-button-wrapper button:after{
	box-sizing: border-box;
	color: white !important;
	position: absolute;
	top: 0; left: 0;
	width: 6em !important;
	padding: 7px 18px;
	text-align: center;
	content: "Toot!";
}

