From: Navin Barnwal Date: Tue, 11 May 2021 18:29:53 +0000 (+0530) Subject: mgr/dashboard: fix typo: Filesystems to File Systems X-Git-Tag: v17.1.0~1996^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=537b5e70d97b8097b14d160355c6e4e23a18732e;p=ceph.git mgr/dashboard: fix typo: Filesystems to File Systems Fixes: https://tracker.ceph.com/issues/50341 Signed-off-by: Navin Barnwal --- diff --git a/src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.e2e-spec.ts b/src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.e2e-spec.ts index 77b07d74103b..e623475fd784 100644 --- a/src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.e2e-spec.ts +++ b/src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.e2e-spec.ts @@ -11,7 +11,7 @@ describe('File Systems page', () => { describe('breadcrumb test', () => { it('should open and show breadcrumb', () => { - filesystems.expectBreadcrumbText('Filesystems'); + filesystems.expectBreadcrumbText('File Systems'); }); }); });