Skip to content

Commit f20e7ca

Browse files
authored
themes are loaded from views not public (#229)
1 parent 59fd760 commit f20e7ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

locales/en.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"Currency symbol": "Currency symbol",
114114
"Set this to your currency symbol. Eg: $, £, €": "Set this to your currency symbol. Eg: $, £, €",
115115
"Theme": "Theme",
116-
"Theme_Info": "Themes are loaded from `/public/themes/`",
116+
"Theme_Info": "Themes are loaded from `/views/themes/`",
117117
"Products per row": "Products per row",
118118
"The number of products to be displayed across the page.": "The number of products to be displayed across the page.",
119119
"Products per page": "Products per page",
@@ -226,4 +226,4 @@
226226
"The Serial number, GTIN or Barcode": "The Serial number, GTIN or Barcode",
227227
"Product Brand": "Product Brand",
228228
"The brand of the product": "The brand of the product"
229-
}
229+
}

locales/it.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"Currency symbol": "Simbolo valuta",
116116
"Set this to your currency symbol. Eg: $, £, €": "Configura il simbolo della tua valuta. Es: $, £, €",
117117
"Theme": "Tema",
118-
"Theme_Info": "I temi sono caricati da `/public/themes/`",
118+
"Theme_Info": "I temi sono caricati da `/views/themes/`",
119119
"Products per row": "Prodotti per riga",
120120
"The number of products to be displayed across the page.": "Il numero di prodotti visualizzati per riga nella pagina",
121121
"Products per page": "Prodotti per pagina",
@@ -185,4 +185,4 @@
185185
"Password": "Password",
186186
"Create Order": "Create Order",
187187
"Create order": "Create order"
188-
}
188+
}

0 commit comments

Comments
 (0)