Hey. I'm also from germany and i had to place a text like "Zahlungspflichtig bestellen".
After some researche is find a solution with costum CSS.
Go to Design -> Costum CSS -> and add the following CSS Code
/* Text before "Kasse */
.cart-checkout-button:before {
content:'Zahlungspflichtig bestellen - ';
}
/* Text after "Kasse" */
.cart-checkout-button:after {
content:'Zahlungspflichtig bestellen - ';
}
I hope that fix your problem