From 5b6f45dcfe096f81b0d244eda0b13f1d93588f16 Mon Sep 17 00:00:00 2001 From: Navin Barnwal Date: Wed, 12 May 2021 00:19:56 +0530 Subject: [PATCH] mgr/dashboard: fix typo: Filesystems to File Systems Fixes: https://tracker.ceph.com/issues/50341 Signed-off-by: Navin Barnwal (cherry picked from commit 9879b442acb122b8a5842a3ea9d979272e738572) --- .../dashboard/frontend/cypress/integration/ui/navigation.po.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/navigation.po.ts b/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/navigation.po.ts index 315153d956d5..999ac4ab93c1 100644 --- a/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/navigation.po.ts +++ b/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/navigation.po.ts @@ -40,7 +40,7 @@ export class NavigationPageHelper extends PageHelper { { menu: 'iSCSI', component: 'cd-iscsi' } ] }, - { menu: 'File System', component: 'cd-cephfs-list' } + { menu: 'File Systems', component: 'cd-cephfs-list' } ]; getVerticalMenu() { -- 2.47.3