Skip to content
Snippets Groups Projects

Issue #3339654: Fix misleading module description and link type description for "flag_count"

Open Issue #3339654: Fix misleading module description and link type description for "flag_count"
Open Pratik requested to merge issue/flag-3339654:3339654-fix-misleading-module into 8.x-4.x
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -15,7 +15,7 @@ use Drupal\flag\Plugin\ActionLink\AJAXactionLink;
* @ActionLinkType(
* id = "count_link",
* label = @Translation("Count link"),
* description = "An example AJAX action link which displays the count with the flag."
* description = "An AJAX action link which displays the flag count with the flag."
* )
*/
class CountLink extends AJAXactionLink {
Loading