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 .= '

' . t('To learn about the various ways to use flags, please check out the Flag module handbook.', ['@handbook-url' => 'http://drupal.org/handbook/modules/flag']) . '

'; return $output; case 'flag.add_page': - $output = '

' . 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.') . '

'; + $output = '

' . t('Select the type of flag to create.') . '

'; return $output; case 'field_ui.overview_flagging': // @todo: Doesn't make sense at the moment, implement when form