From 495d680ef8a345b60f6ea77e72a9caadfb2756ac Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 9 Dec 2013 21:42:16 -0800 Subject: [PATCH] Issue #2147899 by anavarre: Better indicate what to fill in the single import's Configuration name field. --- .../config/lib/Drupal/config/Form/ConfigSingleImportForm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/config/lib/Drupal/config/Form/ConfigSingleImportForm.php b/core/modules/config/lib/Drupal/config/Form/ConfigSingleImportForm.php index edddce32e77..91a8e286fc4 100644 --- a/core/modules/config/lib/Drupal/config/Form/ConfigSingleImportForm.php +++ b/core/modules/config/lib/Drupal/config/Form/ConfigSingleImportForm.php @@ -139,6 +139,7 @@ class ConfigSingleImportForm extends ConfirmFormBase { ); $form['config_name'] = array( '#title' => $this->t('Configuration name'), + '#description' => $this->t('Enter the name of the configuration file without the .yml extension. (e.g. system.site)'), '#type' => 'textfield', '#states' => array( 'required' => array(