diff --git a/src/Form/SettingsForm.php b/src/Form/SettingsForm.php index 64cd4b6..996cb72 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' => [