Skip to content

Commit

Permalink
Tweak text in prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
stwalkerster committed Jul 20, 2020
1 parent 8823cd8 commit 275fdb4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions templates/preferences/prefs.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -93,21 +93,20 @@

<div class="form-group row">
<div class="col-md-2 col-lg-3">
<label class="col-form-label" for="inputSkinType">Skin:</label>
<label class="col-form-label" for="inputSkinType">Tool theme:</label>
</div>
<div class="col-md-6 col-lg-5 col-xl-4">
<select class="form-control" id="inputSkinType" name="skintype">
<option value="auto" {if $currentUser->getSkin() === 'auto'}selected="selected"{/if}>
Use browser default
</option>
<option value="main" {if $currentUser->getSkin() === 'main'}selected="selected"{/if}>
Light
Light theme
</option>
<option value="alt" {if $currentUser->getSkin() === 'alt'}selected="selected"{/if}>
Dark
Dark theme
</option>
</select>
<small class="form-text text-muted">This option is experimental only, and is not currently supported.</small>
</div>
</div>

Expand Down

0 comments on commit 275fdb4

Please sign in to comment.