]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix typo: Filesystems to File Systems 42016/head
authorNavin Barnwal <knbarnwal@gmail.com>
Tue, 11 May 2021 18:49:56 +0000 (00:19 +0530)
committerAvan Thakkar <athakkar@redhat.com>
Thu, 24 Jun 2021 17:49:03 +0000 (23:19 +0530)
Fixes: https://tracker.ceph.com/issues/50341
Signed-off-by: Navin Barnwal <knbarnwal@gmail.com>
(cherry picked from commit 9879b442acb122b8a5842a3ea9d979272e738572)

src/pybind/mgr/dashboard/frontend/cypress/integration/ui/navigation.po.ts

index 315153d956d56374067952c984fa36d247911c21..999ac4ab93c18c3f8bf9e29805221ad36d204665 100644 (file)
@@ -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() {