Update settings_notifications.tpl

This commit is contained in:
Kraken 2019-09-17 15:15:19 +01:00 committed by GitHub
parent 9ed30f2015
commit 0c63fcacc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
<div class="ui dividing header">Notifications settings</div> <div class="ui dividing header">Notifications settings</div>
<div class="twelve wide column"> <div class="twelve wide column">
<div class="ui info message"> <div class="ui info message">
<p>Thanks to caronc for his work on <a href="https://github.com/caronc/apprise" target="_blank">apprise</a> on which is based the notifications system.</p> <p>Thanks to caronc for his work on <a href="https://github.com/caronc/apprise" target="_blank">apprise</a>, which is based the notifications system.</p>
</div> </div>
<div class="ui info message"> <div class="ui info message">
<p>Please follow instructions on his <a href="https://github.com/caronc/apprise/wiki" target="_blank">wiki</a> to configure your notifications providers.</p> <p>Please follow instructions on his <a href="https://github.com/caronc/apprise/wiki" target="_blank">Wiki</a> to configure your notification providers.</p>
</div> </div>
<div class="ui grid"> <div class="ui grid">
%for notifier in settings_notifier: %for notifier in settings_notifier:
@ -69,4 +69,4 @@
</script> </script>