Skip to content

Commit

Permalink
Merge pull request #902 from tbarbette/patch-1
Browse files Browse the repository at this point in the history
File extensions must be separated by commas
  • Loading branch information
Drumor committed Dec 7, 2022
2 parents 103dc9e + c38f4de commit 443e0e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
</div>
<div class="form-group row">
<label for="extensions-PID" class="col-sm-2 control-label">{{ _("Allowed file extensions (including the dot, separated by spaces)") }}</label>
<label for="extensions-PID" class="col-sm-2 control-label">{{ _("Allowed file extensions (including the dot, separated by commas)") }}</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="extensions-PID" name="problem[PID][allowed_exts]" placeholder=".txt,.zip,.gz"/>
</div>
Expand Down

0 comments on commit 443e0e2

Please sign in to comment.