Skip to content

Commit 6fdbdef

Browse files
MMwandighaAngamanga
authored andcommitted
Renaming the heading of the new post breadcrumb to 'Add New Post' (#1482)
1 parent 40d3d4b commit 6fdbdef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web-mzima-client/src/app/post/post-routing.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const routes: Routes = [
1212
{
1313
path: 'create/:type',
1414
component: PostEditComponent,
15-
data: { breadcrumb: 'Create Post' },
15+
data: { breadcrumb: 'Add New Post' },
1616
},
1717
{
1818
path: ':id/edit',

0 commit comments

Comments
 (0)