Skip to content
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

Stopped the pluralization of collection name #503

Merged
merged 2 commits into from
Jul 27, 2017

Conversation

damienvdw
Copy link
Contributor

- Summary

Removed pluralization of collection names in the CMS.

As suggested, this is the minimalist fix for #422

- Test plan

Pass all current tests and no additional tests required.

- Description for the changelog

Stopped the pluralization of collection name

@@ -82,7 +81,7 @@ class UnpublishedListing extends React.Component {
<div className={styles.draggable}>
<Card className={styles.card}>
<UnpublishedListingCardMeta
meta={capitalize(pluralize(collection))}
meta={pluralize(collection)}
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you meant to remove pluralize and leave capitalize.

@erquhart
Copy link
Contributor

@damienvdw thanks! Just one change needed, otherwise LGTM.

@damienvdw
Copy link
Contributor Author

Wow, I really need more coffee.

It's fixed now 😄

Copy link
Contributor

@erquhart erquhart left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@Benaiah Benaiah left a comment

Choose a reason for hiding this comment

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

LGTM

@Benaiah Benaiah merged commit b294110 into decaporg:master Jul 27, 2017
@damienvdw
Copy link
Contributor Author

Yeah, first open source PR ever ! 🎉

@damienvdw damienvdw deleted the remove-pluralize-module branch July 27, 2017 18:16
@damienvdw damienvdw restored the remove-pluralize-module branch July 27, 2017 18:17
@Benaiah
Copy link
Contributor

Benaiah commented Jul 27, 2017

@damienvdw thanks, and congratulations! 🎉

@damienvdw damienvdw deleted the remove-pluralize-module branch July 27, 2017 18:28
@ahoward
Copy link

ahoward commented Apr 4, 2018

a really good fix. no code is good code.

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.

4 participants