Skip to content

Commit 7fc79ac

Browse files
committed
mgr/dashboard: Fix capitalization in SMB
- changes from 'Smb' to 'SMB Fixes https://tracker.ceph.com/issues/71538 Signed-off-by: Afreen Misbah <[email protected]>
1 parent fd3d6bc commit 7fc79ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ const routes: Routes = [
446446
uiApiPath: 'smb',
447447
redirectTo: 'error',
448448
header: 'SMB module is not enabled',
449-
button_to_enable_module: 'smb',
449+
button_to_enable_module: 'SMB',
450450
navigate_to: 'cephfs/smb'
451451
},
452452
breadcrumbs: 'File/SMB'

0 commit comments

Comments
 (0)