Change Workflow to Tag Management

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-02-19 14:36:51 +01:00
parent a70099ef10
commit 7c68bf7859
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class Section implements IIconSection {
* {@inheritdoc}
*/
public function getName() {
return $this->l->t('Workflow');
return $this->l->t('Tag management');
}
/**