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:
parent
1b4f4ee11e
commit
cff76d033d
@ -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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user