Browse Source

Wording tweaks.

pull/178/head
Pēteris Caune 7 years ago
parent
commit
bf1af1c0d5
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
2 changed files with 6 additions and 2 deletions
  1. +5
    -1
      templates/base.html
  2. +1
    -1
      templates/front/welcome.html

+ 5
- 1
templates/base.html View File

@ -166,7 +166,11 @@
<footer class="footer">
<div class="container">
<ul>
<li>Powered by Healthchecks open-source project <a href="https://github.com/healthchecks/healthchecks">(github)</a></li>
<li>
Powered by Healthchecks open-source project
(<a href="https://github.com/healthchecks/healthchecks">github</a>,
<a href="https://healthchecks.io">healthchecks.io</a>)
</li>
</ul>
</div>
</footer>


+ 1
- 1
templates/front/welcome.html View File

@ -2,7 +2,7 @@
{% load compress hc_extras humanize staticfiles %}
{% block description %}
<meta name="description" content="Monitoring for your nightly backups, weekly reports, cron jobs and background tasks. Receive alerts when your tasks don't run on time.">
<meta name="description" content="Cron Monitoring. Monitor nightly backups, weekly reports, cron jobs and background tasks. Receive alerts when your tasks don't run on time.">
{% endblock %}
{% block containers %}


Loading…
Cancel
Save