Fix alt text for the apprise icon.

This commit is contained in:
Pēteris Caune 2019-08-12 12:09:57 +03:00
parent ba886e90cb
commit f1d7b4b39b
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -216,7 +216,7 @@
{% if enable_apprise %}
<li>
<img src="{% static 'img/integrations/apprise.png' %}"
class="icon" alt="Pushover icon" />
class="icon" alt="Apprise icon" />
<h2>Apprise</h2>
<p>Receive instant push notifications using Apprise; see <a href="https://github.com/caronc/apprise#popular-notification-services" >all of the supported services here</a>.</p>