]> source.dussan.org Git - nextcloud-server.git/commitdiff
Rename to flow
authorJulius Härtl <jus@bitgrid.net>
Tue, 19 Nov 2019 08:59:35 +0000 (09:59 +0100)
committerJulius Härtl <jus@bitgrid.net>
Tue, 26 Nov 2019 21:00:03 +0000 (22:00 +0100)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
apps/workflowengine/lib/Settings/Section.php

index 3ec3c22dce019afa0fd3775584df81e28baf441b..00bedf8d98058d8d467ff28c7ac1c74ee33b5cd2 100644 (file)
@@ -54,7 +54,7 @@ class Section implements IIconSection {
         * {@inheritdoc}
         */
        public function getName() {
-               return $this->l->t('Workflows');
+               return $this->l->t('Flow');
        }
 
        /**