Fix Tag replacement workflow module description

pull/9588/head
Vincenzo Caputo 2024-02-24 11:31:17 +00:00
parent c07ee0066c
commit 626fafc40f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class Module_tag_replacement_generic extends Module_tag_operation
public $blocking = false;
public $id = 'tag_replacement_generic';
public $name = 'Tag Replacement Generic';
public $description = 'Toggle or remove the IDS flag on selected attributes.';
public $description = 'Attach a tag, or substitue a tag by another';
public $icon = 'tags';
public $inputs = 1;
public $outputs = 1;