From 1a80640b9dc82bfc75e5b88994ce6c381eb47129 Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Wed, 7 Feb 2018 08:47:39 +0100 Subject: [PATCH] Fix typo (JPP instead of JPG) --- default/web_tt2/picture_upload.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/web_tt2/picture_upload.tt2 b/default/web_tt2/picture_upload.tt2 index 0b5f8ccf4..d279a16d8 100644 --- a/default/web_tt2/picture_upload.tt2 +++ b/default/web_tt2/picture_upload.tt2 @@ -6,7 +6,7 @@
-

[%|loc(conf.pictures_max_size / 1024)%]You can upload your picture below. It will be available in the list review page. The picture should use a standard format (GIF, JPP, JPEG or PNG) and the file size should not exceed %1 Kb.[%END%]


+

[%|loc(conf.pictures_max_size / 1024)%]You can upload your picture below. It will be available in the list review page. The picture should use a standard format (GIF, JPG, JPEG or PNG) and the file size should not exceed %1 Kb.[%END%]