Merge pull request #9588 from vincenzocaputo/fix-workflow-tag-replacement-module-description

Fix Tag replacement workflow module description
pull/9598/head
Alexandre Dulaunoy 2024-02-24 13:43:12 +01:00 committed by GitHub
commit e93beba4d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;