From: Navin Barnwal Date: Tue, 11 May 2021 18:49:56 +0000 (+0530) Subject: mgr/dashboard: fix typo: Filesystems to File Systems X-Git-Tag: v16.2.5~46^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F42016%2Fhead;p=ceph.git 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) --- 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() {