Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 25, 2024

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'

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.

🎉

@@ -12,7 +12,7 @@ const routes: Routes = [
{
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

@MMwandigha MMwandigha merged commit 9ddc317 into development Nov 25, 2024
10 of 12 checks passed
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