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

Revert "Capitalise rather than uppercase titles" #738

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

CalebABeck
Copy link
Contributor

@CalebABeck CalebABeck commented Oct 15, 2023

This reverts commit efae240. This resolves #704 where parameter labels containing acronyms in all capital letters were being forced into proper case.

πŸ€– Generated by Copilot at da7752f

Summary

πŸ—‘οΈπŸš«πŸ›‘

Fixed a bug that caused some parameter labels to lose their capitalization in the policy input editor. Removed an unnecessary toLowerCase() method call from ParameterEditor.jsx.

toLowerCase gone
Preserving acronyms
A winter of case

Walkthrough

  • Remove toLowerCase() method from parameter labels to preserve original case (link)

This reverts commit efae240. This resolves issue PolicyEngine#704 where parameter labels containing acronyms in all capital letters were being forced into proper case.
@MaxGhenis MaxGhenis merged commit 504579a into PolicyEngine:master Oct 16, 2023
3 checks passed
@CalebABeck CalebABeck deleted the issue407Fix branch October 16, 2023 01:36
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.

Respect capitalization of parameter labels
2 participants