We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d3d4b commit 6fdbdefCopy full SHA for 6fdbdef
apps/web-mzima-client/src/app/post/post-routing.module.ts
@@ -12,7 +12,7 @@ const routes: Routes = [
12
{
13
path: 'create/:type',
14
component: PostEditComponent,
15
- data: { breadcrumb: 'Create Post' },
+ data: { breadcrumb: 'Add New Post' },
16
},
17
18
path: ':id/edit',
0 commit comments