recent-open-sub-menu-title-does-not-have-the-correct-form
authorPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Wed, 5 Sep 2018 09:18:48 +0000 (11:18 +0200)
committerPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Wed, 5 Sep 2018 09:18:48 +0000 (11:18 +0200)
Feature #14144

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

src/store/side-panel-tree/side-panel-tree-actions.ts

index c102ab3cd408407fc3cf93f052ceb7cc0a384223..95e409f5c5bfcd2ca6edfc08df4377dedb24dfae 100644 (file)
@@ -18,7 +18,7 @@ export enum SidePanelTreeCategory {
     PROJECTS = 'Projects',
     SHARED_WITH_ME = 'Shared with me',
     WORKFLOWS = 'Workflows',
-    RECENT_OPEN = 'Recent open',
+    RECENT_OPEN = 'Recently open',
     FAVORITES = 'Favorites',
     TRASH = 'Trash'
 }