Browse Source

update another relative datetime url

pull/17/head
Seth Shaw 10 months ago committed by GitHub
parent
commit
2e66f63e97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/Form/SettingsForm.php

2
src/Form/SettingsForm.php

@ -209,7 +209,7 @@ class SettingsForm extends ConfigFormBase {
'#title' => $this->t('Time elapsed'),
'#description' => $this->t('
<p>Time threshold is relative to "<em>now</em>". For example "<em>-1 week</em>" would mean a week must pass between notifications.</p>
<p>Check <a href="https://www.php.net/manual/en/datetime.formats.relative.php">Relative Formats</a> for acceptable values</p>
<p>Check <a href="https://www.php.net/manual/en/datetime.formats.php#datetime.formats.relative">Relative Formats</a> for acceptable values</p>
'),
'#default_value' => $notification_threshold,
'#element_validate' => [

Loading…
Cancel
Save