diff --git a/flag.module b/flag.module
index e26cb3e..7ce476b 100644
--- a/flag.module
+++ b/flag.module
@@ -50,7 +50,7 @@ function flag_help($route_name, RouteMatchInterface $route_match) {
       $output .= '<p>' . t('To learn about the various ways to use flags, please check out the <a href="@handbook-url">Flag module handbook</a>.', ['@handbook-url' => 'http://drupal.org/handbook/modules/flag']) . '</p>';
       return $output;
     case 'flag.add_page':
-      $output = '<p>' . t('Select the type of flag to create. An individual flag can only affect one type of object. This cannot be changed once the flag is created.') . '</p>';
+      $output = '<p>' . t('Select the type of flag to create.') . '</p>';
       return $output;
     case 'field_ui.overview_flagging':
       // @todo: Doesn't make sense at the moment, implement when form
