Skip to content

Commit

Permalink
chore: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 19, 2024
1 parent 5f6cf61 commit 0e31edc
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/admin/resources/lang/es/order.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
'label' => 'Cantidad',

'hint' => [
'less_than_total' => "Está a punto de capturar un monto menor al valor total de la transacción",
'less_than_total' => 'Está a punto de capturar un monto menor al valor total de la transacción',
],
],

Expand Down
1 change: 1 addition & 0 deletions packages/admin/resources/lang/fr/actions.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

return [
'collections' => [
'create_root' => [
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/resources/lang/fr/order.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
'label' => 'Montant',

'hint' => [
'less_than_total' => "Vous êtes sur le point de capturer un montant inférieur à la valeur totale de la transaction",
'less_than_total' => 'Vous êtes sur le point de capturer un montant inférieur à la valeur totale de la transaction',
],
],

Expand Down
3 changes: 1 addition & 2 deletions packages/admin/resources/lang/nl/order.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
'label' => 'Bedrag',

'hint' => [
'less_than_total' => "Je staat op het punt een bedrag te incasseren dat minder is dan de totale transactiewaarde",
'less_than_total' => 'Je staat op het punt een bedrag te incasseren dat minder is dan de totale transactiewaarde',
],
],

Expand Down Expand Up @@ -290,4 +290,3 @@
],

];

1 change: 0 additions & 1 deletion packages/admin/resources/lang/nl/widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,3 @@
],
],
];

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'shipping_methods' => [
'customer_groups' => [
'description' => "Asocia grupos de clientes a este método de envío para determinar su disponibilidad.",
'description' => 'Asocia grupos de clientes a este método de envío para determinar su disponibilidad.',
],
],
'shipping_rates' => [
Expand Down

0 comments on commit 0e31edc

Please sign in to comment.