0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-07 22:25:35 +00:00

Fix inconsistent capitalization

This commit is contained in:
Pēteris Caune 2024-04-26 10:33:48 +03:00
parent 1ef7ef96b7
commit 42b5e3168a
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2

View file

@ -31,7 +31,7 @@
{% if check.kind == "cron" or check.kind == "oncalendar" %}
{% line %}Schedule: {{ check.schedule }}{% endline %}
{% line %}Time Zone: {{ check.tz }}{% endline %}
{% line %}Time zone: {{ check.tz }}{% endline %}
{% endif %}
{% line %}Total pings: {% if ping %}{{ ping.n }}{% else %}0{% endif %} {% if check.created %}(since {{ check.created|date:'M j, Y' }}){% endif %}{% endline %}
@ -45,7 +45,7 @@
{% endif %}
{% endif %}
{% line %}Status changed to {{ flip.new_status|title }} at: {{ flip.created|date:"Y-m-d H:i:s T" }}{% endline %}
{% line %}Status changed to {{ flip.new_status }} at: {{ flip.created|date:"Y-m-d H:i:s T" }}{% endline %}
{% if ping and ping.has_body %}
{% line %}{% endline %}