Skip to content

Commit

Permalink
Fix typo (JPP instead of JPG)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierba committed Feb 7, 2018
1 parent 7264660 commit 1a80640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default/web_tt2/picture_upload.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<form method="post" action="[% path_cgi %]" enctype="multipart/form-data" >

<p>[%|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%]</p><br />
<p>[%|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%]</p><br />

<fieldset>
<label for="uploaded_file"><input id="uploaded_file" type="file" name="uploaded_file"/></label>
Expand Down

0 comments on commit 1a80640

Please sign in to comment.