This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Fix alt text for the apprise icon.
pull/287/head
Pēteris Caune
5 years ago
parent
ba886e90cb
commit
f1d7b4b39b
No known key found for this signature in database
GPG Key ID:
E28D7679E9A9EDE2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/front/channels.html
+ 1
- 1
templates/front/channels.html
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
>
Write
Preview
Loading…
Cancel
Save