Merge pull request #2101 from thelounge/xpaw/prefetch-error

Word prefetch errors differently
This commit is contained in:
Jérémie Astori 2018-02-23 19:29:19 -05:00 committed by GitHub
commit 964da1487a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -38,7 +38,12 @@
</em>
{{/equal}}
{{#equal error "message"}}
<em>There was an error when loading this image. <small class="prefetch-error">({{message}})</small></em>
<em>
There was an error loading preview for this link.
<a href="{{link}}" target="_blank" rel="noopener">Click here</a>
to open it in a new window.
<small class="prefetch-error">({{message}})</small>
</em>
{{/equal}}
{{/equal}}
</div>