diff --git a/src/Form/SettingsForm.php b/src/Form/SettingsForm.php index 069517a..cd87c08 100644 --- a/src/Form/SettingsForm.php +++ b/src/Form/SettingsForm.php @@ -141,7 +141,7 @@ class SettingsForm extends ConfigFormBase { '#title' => $this->t('Time elapsed'), '#description' => $this->t('
Time threshold is relative to "now". For example "-1 month" would prevent any checks that occurred less than a month ago.
-Check Relative Formats for acceptable values
+Check Relative Formats for acceptable values
'), '#default_value' => $config->get(static::THRESHOLD) ?: '-1 month', '#element_validate' => [ @@ -209,7 +209,7 @@ class SettingsForm extends ConfigFormBase { '#title' => $this->t('Time elapsed'), '#description' => $this->t('Time threshold is relative to "now". For example "-1 week" would mean a week must pass between notifications.
-Check Relative Formats for acceptable values
+Check Relative Formats for acceptable values
'), '#default_value' => $notification_threshold, '#element_validate' => [