Skip to content

Commit

Permalink
Merge pull request #738 from CalebABeck/issue407Fix
Browse files Browse the repository at this point in the history
Revert "Capitalise rather than uppercase titles"
  • Loading branch information
MaxGhenis authored Oct 16, 2023
2 parents 12ef32c + da7752f commit 504579a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/policy/input/ParameterEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default function ParameterEditor(props) {
<CenteredMiddleColumn
marginTop="5%"
marginBottom={0}
title={capitalize(parameter.label.toLowerCase())}
title={capitalize(parameter.label)}
description={description + timePeriodSentence}
>
{editControl}
Expand Down

0 comments on commit 504579a

Please sign in to comment.