Reword link preview settings to better match reality

- s/Links and URLs/Link previews/: From a user perspective, these are the same thing... These options are for the prefetcher, not the URLs themselves
- s/thumbnails/images/: What we call thumbnails are for "site" previews, not actual image links
- s/links/websites/: Technically, both image and non-image links are links, "websites" carries a tiny bit better the meaning
This commit is contained in:
Jérémie Astori 2017-07-07 02:23:44 -04:00
parent 1b4f4ee11e
commit cff76d033d
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

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}}