Skip to content

Commit

Permalink
Merge pull request #918 from FacundoGimenez/fix/mailer-line-break
Browse files Browse the repository at this point in the history
fix: mailer line break translation
  • Loading branch information
rafalcymerys authored Aug 28, 2023
2 parents 0e00e9f + 671b47f commit 3e35c52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1187,13 +1187,13 @@ es:
subtotal: ! 'Subtotal:'
total: ! 'Total del pedido:'
cancel_email:
dear_customer: Estimado cliente,\n
dear_customer: Estimado cliente, %{name}
instructions: Tu pedido ha sido CANCELADO. Por favor conserva esta información de cancelación para tus registros.
order_summary_canceled: Resumen de pedido [CANCELADO]
subject: Cancelación de pedido
thanks: Gracias por hacer negocios.
confirm_email:
dear_customer: Estimado Cliente,\n
dear_customer: Estimado Cliente, %{name}
instructions: Por favor, revisa y conserva la siguiente información del pedido de tus registros.
order_summary: Resumen del pedido
subject: Confirmación del pedido
Expand Down Expand Up @@ -1529,7 +1529,7 @@ es:
shipment_details: Detalles de Envío
shipment_mailer:
shipped_email:
dear_customer: Estimado Cliente,\n
dear_customer: Estimado Cliente, %{name}
instructions: Su pedido ha sido enviado
shipment_summary: Resumen del envío
shipping_method: "Método de envío: %{shipping_method}"
Expand Down

0 comments on commit 3e35c52

Please sign in to comment.