mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Reword image levels in export modal
This commit is contained in:
parent
aa9dbafa28
commit
8ee934404f
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue