diff --git a/src/Plugin/Field/FieldFormatter/SmartDateCustomFormatter.php b/src/Plugin/Field/FieldFormatter/SmartDateCustomFormatter.php index 5de8c87f9ef14ad2ed16724d7bbcc7a7cd3d9da8..65e319d4cb1ef584149c4fa4fb4600d421b021f2 100644 --- a/src/Plugin/Field/FieldFormatter/SmartDateCustomFormatter.php +++ b/src/Plugin/Field/FieldFormatter/SmartDateCustomFormatter.php @@ -111,8 +111,8 @@ class SmartDateCustomFormatter extends TimestampFormatter { $form['site_time_toggle'] = [ '#type' => 'checkbox', - '#title' => $this->t('Turn off site time display'), - '#description' => $this->t("Don't show default site time in parentheses at end of the value."), + '#title' => $this->t('Enable site time display'), + '#description' => $this->t("Show default site time in parentheses at end of the value."), '#default_value' => $this->getSetting('site_time_toggle'), ];