diff --git a/src/Form/FlagFormBase.php b/src/Form/FlagFormBase.php
index cdc2538..79a4579 100644
--- a/src/Form/FlagFormBase.php
+++ b/src/Form/FlagFormBase.php
@@ -81,7 +81,7 @@ abstract class FlagFormBase extends EntityForm {
       '#type' => 'textfield',
       '#title' => $this->t('Label'),
       '#default_value' => $flag->label(),
-      '#description' => $this->t('A short, descriptive title for this flag. It will be used in administrative interfaces to refer to this flag, and in page titles and menu items of some views this module provides (these are customizable, though). Some examples could be <em>Bookmarks</em>, <em>Favorites</em>, or <em>Offensive</em>.'),
+      '#description' => $this->t('Name or label of this flag. It will be used as hostname in various drupal entities. Some examples could be <em>Bookmarks</em>, <em>Favorites</em>, or <em>Offensive</em>.'),
       '#maxlength' => 255,
       '#required' => TRUE,
       '#weight' => -3,
