Skip to content
Snippets Groups Projects
Commit d2d5aebb authored by git's avatar git Committed by Joachim Noreiko
Browse files

Issue #2834635 by shubhang, gfcamilo: Fixed duplicate "cannot be changed" message on flag add page.

parent e58315df
No related branches found
Tags 8.x-4.0-alpha1
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment