Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit d895397

Browse files
committed
Add bulkresizephotos in hint
1 parent f1c457c commit d895397

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

admin/app/i18n/en/fields.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const fields = {
120120
},
121121
image_src: {
122122
label: "Image",
123-
hint: "Compress image before sending: https://tinypng.com/",
123+
hint: "Resize and compress image before sending: https://bulkresizephotos.com/fr?quality=0.90&type=width&value=1600",
124124
},
125125
images: "Image list",
126126
informations: {
@@ -164,7 +164,7 @@ export const fields = {
164164
},
165165
logo: {
166166
label: "Logo",
167-
hint: "Compress image before sending: https://tinypng.com/"
167+
hint: "Compress logo before sending: https://tinypng.com/"
168168
},
169169
location: "Location",
170170
material_icons: {

admin/app/i18n/fr/fields.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const fields = {
119119
},
120120
image_src: {
121121
label: "Image",
122-
hint: "Compresser l’image avant de l’envoyer : https://tinypng.com/",
122+
hint: "Redimensionner et compresser l’image avant de l’envoyer : https://bulkresizephotos.com/fr?quality=0.90&type=width&value=1600",
123123
},
124124
images: "Liste d’images",
125125
informations: {
@@ -163,7 +163,7 @@ export const fields = {
163163
},
164164
logo: {
165165
label: "Logo",
166-
hint: "Compresser l’image avant de l’envoyer : https://tinypng.com/"
166+
hint: "Compresser le logo avant de l’envoyer : https://tinypng.com/"
167167
},
168168
location: "Localisation",
169169
material_icons: {

0 commit comments

Comments
 (0)