Skip to content

[USH-1679] Rename the heading of the new post screen to 'Add New Post'#1482

Merged
MMwandigha merged 2 commits intodevelopmentfrom
USH-1679
Nov 25, 2024
Merged

[USH-1679] Rename the heading of the new post screen to 'Add New Post'#1482
MMwandigha merged 2 commits intodevelopmentfrom
USH-1679

Conversation

@MMwandigha
Copy link
Contributor

Renaming the heading of the new post breadcrumb to 'Add New Post'

Testing

Previously it was 'Create Post' but now it's 'Add New Post'

@linear
Copy link

linear bot commented Nov 22, 2024

Copy link
Member

@Ifycode Ifycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

path: 'create/:type',
component: PostEditComponent,
data: { breadcrumb: 'Create Post' },
data: { breadcrumb: 'Add New Post' },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can just have another ticket to add translation for the breadcrumb text in this file, similar to how it's done in app routing module file @MMwandigha

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ifycode Oh yeah its true... I also thought of the same. I noticed that all the breadcrumb texts in the post-routing module haven't been translated yet. I shall create one

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's the associated PR for this:
#1483

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants