Skip to content

Commit 26ca0bb

Browse files
authored
Merge pull request ceph#63675 from afreen23/main
mgr/dashboard: Fix capitalization in SMB Reviewed-by: Pedro Gonzalez Gomez <[email protected]>
2 parents a372d62 + 7fc79ac commit 26ca0bb

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)