Skip to content

Commit

Permalink
fix lang
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystianEscolaSoft committed Oct 9, 2024
1 parent ed748bc commit af2949e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/modules/sales/forms/OnSaleForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
{
"en": {
"form": {
"on_sale": "Only for non-priced products"
"on_sale": "Only for discounted products"
},
"tooltips": {
"on_sale": "If checked, this code will only apply to products that are not discounted"
"on_sale": "If checked, this code will only apply to discounted products"
}
},
"pl": {
"form": {
"on_sale": "Tylko dla produktów nieprzecenionych"
"on_sale": "Tylko dla produktów przecenionych"
},
"tooltips": {
"on_sale": "Jeżeli zaznaczone, kod ten będzie miał zastosowanie tylko dla produktów nieprzecenionych"
"on_sale": "Jeżeli zaznaczone, kod ten będzie miał zastosowanie tylko dla produktów przecenionych"
}
}
}
Expand Down

0 comments on commit af2949e

Please sign in to comment.