Merge pull request #1310 from thelounge/astorije/reword-previews-settings

Reword link preview settings to better match reality
This commit is contained in:
Jérémie Astori 2017-07-07 19:35:44 -04:00 committed by GitHub
commit 1af06eab4c

View File

@ -282,18 +282,18 @@
</div> </div>
{{#if prefetch}} {{#if prefetch}}
<div class="col-sm-12"> <div class="col-sm-12">
<h2>Links and URLs</h2> <h2>Link previews</h2>
</div> </div>
<div class="col-sm-6"> <div class="col-sm-6">
<label class="opt"> <label class="opt">
<input type="checkbox" name="thumbnails"> <input type="checkbox" name="thumbnails">
Auto-expand thumbnails Auto-expand images
</label> </label>
</div> </div>
<div class="col-sm-6"> <div class="col-sm-6">
<label class="opt"> <label class="opt">
<input type="checkbox" name="links"> <input type="checkbox" name="links">
Auto-expand links Auto-expand websites
</label> </label>
</div> </div>
{{/if}} {{/if}}