diff --git a/core/modules/field_ui/src/Form/FieldStorageAddForm.php b/core/modules/field_ui/src/Form/FieldStorageAddForm.php
index 5b37d78..3c7c922 100644
--- a/core/modules/field_ui/src/Form/FieldStorageAddForm.php
+++ b/core/modules/field_ui/src/Form/FieldStorageAddForm.php
@@ -422,7 +422,7 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
   }
 
   /**
-   * Configures the newly created field for the default view and form modes.
+   * Configures the field for the default form mode.
    *
    * @param string $field_name
    *   The field name.
@@ -440,7 +440,7 @@ protected function configureEntityFormDisplay($field_name, $widget_id = NULL) {
   }
 
   /**
-   * Configures the newly created field for the default view and form modes.
+   * Configures the field for the default view mode.
    *
    * @param string $field_name
    *   The field name.
