Rename to flow

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-11-19 09:59:35 +01:00
parent caad94142f
commit d10b313186
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Section implements IIconSection {
* {@inheritdoc} * {@inheritdoc}
*/ */
public function getName() { public function getName() {
return $this->l->t('Workflows'); return $this->l->t('Flow');
} }
/** /**