Skip to content

Commit efe81e7

Browse files
author
pipeline
committed
bug(EJ2-2667): Toolbar default sample title corrections
bug(EJ2-2667): Toolbar default sample title corrections
1 parent 5c454d8 commit efe81e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolbar/toolbar.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { PopupToolbarComponent } from './popup.component';
88
import { RtlToolbarComponent } from './rtl.component';
99
import { SharedModule } from '../common/shared.module';
1010
export const toolbarAppRoutes: Object[] = [
11-
{ path: 'toolbar/default', component: DefaultToolbarComponent, name: 'Default Functionality', category: 'Toolbar' },
11+
{ path: 'toolbar/default', component: DefaultToolbarComponent, name: 'Default Functionalities', category: 'Toolbar' },
1212
{ path: 'toolbar/popup', component: PopupToolbarComponent, name: 'Popup', category: 'Toolbar' },
1313
{ path: 'toolbar/rtl', component: RtlToolbarComponent, name: 'RTL', category: 'Toolbar' }
1414
];

0 commit comments

Comments
 (0)