Merge pull request #14291 from nextcloud/enh/change_workflow_name

Change Workflow to Tag Management
This commit is contained in:
Morris Jobke 2019-02-20 11:08:45 +01:00 committed by GitHub
commit 97d173635f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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');
}
/**