summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Settings/Section.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workflowengine/lib/Settings/Section.php')
-rw-r--r--apps/workflowengine/lib/Settings/Section.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/lib/Settings/Section.php b/apps/workflowengine/lib/Settings/Section.php
index 0ed6b222ffe..031e9438d9a 100644
--- a/apps/workflowengine/lib/Settings/Section.php
+++ b/apps/workflowengine/lib/Settings/Section.php
@@ -53,7 +53,7 @@ class Section implements IIconSection {
* {@inheritdoc}
*/
public function getName() {
- return $this->l->t('Tag management');
+ return $this->l->t('Workflows');
}
/**