Did it with the following code
<?php
function sf_text_strings( $translated_text, $text, $domain ) {
//$translated_text = strtolower($translated_text);
switch ( $translated_text ) {
case 'couleur:' :
$translated_text = __( 'couleur :', 'woocommerce' );
break;
}
return $translated_text;
}
?>
at the beginning of functions.php and it breaks the site with this message :
Warning: Cannot modify header information – headers already sent by (output started at /homepages/14/d507560346/htdocs/les-citoyennes/wp-content/themes/dante/functions.php:13) in /homepages/14/d507560346/htdocs/les-citoyennes/wp-includes/pluggable.php on line 1178