Reword image levels in export modal

This commit is contained in:
JonnyWong16 2020-10-08 11:21:39 -07:00
commit 8ee934404f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -97,14 +97,14 @@ DOCUMENTATION :: END
<p class="help-block">Select the export data file format.</p>
</div>
<div class="form-group">
<label for="export_thumb_level">Poster / Cover Image Export Level</label>
<label for="export_thumb_level">Poster and Cover Image Export Level</label>
<div class="row">
<div class="col-md-12">
<select class="form-control" id="export_thumb_level" name="export_thumb_level">
<option value="0" selected>Level 0 - Custom</option>
<option value="1">Level 1 - Uploaded Posters / Covers Only</option>
<option value="2">Level 2 - Locked Posters / Covers Only</option>
<option value="9">Level 9 - All Posters / Covers</option>
<option value="0" selected>Level 0 - None / Custom</option>
<option value="1">Level 1 - Uploaded Posters and Covers Only</option>
<option value="2">Level 2 - Locked Posters and Covers Only</option>
<option value="9">Level 9 - All Posters and Covers</option>
</select>
</div>
</div>
@ -117,7 +117,7 @@ DOCUMENTATION :: END
<div class="row">
<div class="col-md-12">
<select class="form-control" id="export_art_level" name="export_art_level">
<option value="0" selected>Level 0 - Custom</option>
<option value="0" selected>Level 0 - None / Custom</option>
<option value="1">Level 1 - Uploaded Artwork Only</option>
<option value="2">Level 2 - Locked Artwork Only</option>
<option value="9">Level 9 - All Artwork</option>