From bb838aeb474b059b69f5a0758fbe45d3bdf47ca8 Mon Sep 17 00:00:00 2001 From: nikoelgatito <17077647+nikoelgatito@users.noreply.github.com> Date: Thu, 19 Mar 2020 02:16:43 -0400 Subject: [PATCH] Fix: Error Resulting in the span Tag Being Visible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Error result on the frontend order success page: "Votre numéro de commande est : 000000044 span>." The fix makes sure that the text displays properly as below: "Votre numéro de commande est : 000000044." --- github_contributions.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_contributions.csv b/github_contributions.csv index 07ddd13..cc58b62 100644 --- a/github_contributions.csv +++ b/github_contributions.csv @@ -8609,7 +8609,7 @@ Yes/No,Oui/Non "You removed product %1 from the comparison list.","Vous avez supprimé le produit %1 de la liste de comparaison." "Your order #%increment_id has been updated with a status of %order_status.","Votre commande #%increment_id a été mise à jour avec le statut %order_status." "Your order # is: %1.","ID de votre commande : %1." -"Your order # is: %1.","Votre numéro de commande est : %1 ." +"Your order # is: %1.","Votre numéro de commande est : %1." "Your order cannot be completed at this time as there is no payment methods available for it.","Vous ne pouvez pas continuer votre commande car aucun mode de paiement n’est disponible." "Your order cannot be completed at this time as there is no shipping methods available for it. Please make necessary changes in your shipping address.","Vous ne pouvez pas continuer votre commande car aucun mode de livraison n’est disponible pour votre adresse." "Your order has been received.","Votre commande a bien été reçue."