diff --git a/core/modules/system/src/Form/DateFormatFormBase.php b/core/modules/system/src/Form/DateFormatFormBase.php index 19750b2..69f1d95 100644 --- a/core/modules/system/src/Form/DateFormatFormBase.php +++ b/core/modules/system/src/Form/DateFormatFormBase.php @@ -111,7 +111,7 @@ public function form(array $form, FormStateInterface $form_state) { '#attributes' => array( 'data-drupal-date-formatter' => 'source', ), - '#field_suffix' => ' Displayed as ', + '#field_suffix' => ' ' . $this->t('Displayed as %date_format', array('%date_format' => '')) . '', ); $form['langcode'] = array(