diff --git a/templates/front/details.html b/templates/front/details.html
index 30fc855d..bc7ddbd7 100644
--- a/templates/front/details.html
+++ b/templates/front/details.html
@@ -158,7 +158,7 @@
{{ check.timeout|hc_duration }}
- (Expected time between pings)
+ (The expected time between pings)
|
{% elif check.kind == "cron" %}
@@ -181,7 +181,7 @@
{{ check.grace|hc_duration }}
- (When a check is late, how long to wait until an alert is sent)
+ (When a check is late, how long to wait to send an alert)
|
@@ -235,7 +235,7 @@
{% if rw %}
Danger Zone
-
Copy, Transfer, or permanently remove this check.
+
Copy, transfer, or permanently remove this check.
{% if project.num_checks_available > 0 %}
diff --git a/templates/front/update_name_modal.html b/templates/front/update_name_modal.html
index faf533d9..434332e3 100644
--- a/templates/front/update_name_modal.html
+++ b/templates/front/update_name_modal.html
@@ -65,8 +65,7 @@
name="desc">{{ check.desc }}
Additional notes for your own reference. Will appear
- in email alerts about this check going down and in
- Slack notifications.
+ in email alerts and Slack notifications.
diff --git a/templates/front/update_timeout_modal.html b/templates/front/update_timeout_modal.html
index ac8f46fa..2038a7bb 100644
--- a/templates/front/update_timeout_modal.html
+++ b/templates/front/update_timeout_modal.html
@@ -9,10 +9,7 @@
-
+
Period
-
+
Grace Time
Period
- Expected time between pings.
+ – The expected time between pings.
Grace Time
- When a check is late, how long to wait until an alert is sent.
+ – When a check is late, or has received a "start" signal, how long to wait to send an alert.