I want to translate manually a text from 'cart' to 'panier' !
Is there a way that doesn't broke anything (with css ? Php ?)
I can't manage either with the CSS of the php (function{$translate}) the label of the cart button :

I can only change de HTML directly from the inspector :

Is there a way i can change that by css ? (i tried the content: 'Panier'!important code with all the division, but nothing works...