diff --git a/include/payment_middle.inc.php b/include/payment_middle.inc.php index 43a1f39a1..b8f4bda02 100644 --- a/include/payment_middle.inc.php +++ b/include/payment_middle.inc.php @@ -81,7 +81,7 @@ if ( ! empty ($array)) { echo ''; echo $tr.$th.'Libellé'.$eth.$th.'Type de fiche' .$eth.$th.'enregistré dans le journal'.$eth. - $th.' Avec la fiche'.$eth.$th.'Aciotn'.$eth.$etr; + $th.' Avec la fiche'.$eth.$th.'Action'.$eth.$etr; foreach ($array as $row) { echo $tr; echo $row->row(); @@ -108,7 +108,7 @@ if ( ! empty ($array)) { echo '
'; echo $tr.$th.'Libellé'.$eth.$th.'Type de fiche' .$eth.$th.'enregistré dans le journal'.$eth. - $th.' Avec la fiche'.$eth.$th.'Aciotn'.$eth.$etr; + $th.' Avec la fiche'.$eth.$th.'Action'.$eth.$etr; foreach ($array as $row) { echo $tr; echo $row->row();