Are you tired of tooting?
Do you want to update your server so it says something else?
Guess what? Add a little bit of CSS to your server and you can use any verb you want to get your content into the #Fediverse!
button.button.button--block::after {
content: "Yeet!";
text-indent: 0;
display: block;
line-height: initial;
}
button.button.button--block {
text-indent: -9999px;
line-height: 0;
}