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>
{{#if prefetch}}
<div class="col-sm-12">
<h2>Links and URLs</h2>
<h2>Link previews</h2>
</div>
<div class="col-sm-6">
<label class="opt">
<input type="checkbox" name="thumbnails">
Auto-expand thumbnails
Auto-expand images
</label>
</div>
<div class="col-sm-6">
<label class="opt">
<input type="checkbox" name="links">
Auto-expand links
Auto-expand websites
</label>
</div>
{{/if}}