mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
web: Standardize capitalization in section headers
This commit is contained in:
@@ -174,7 +174,7 @@ const ProfiledUnitsComponent = (props: CaseBuilderSectionProps) => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<SectionHeader title="Profiled Units">
|
||||
<SectionHeader title="Profiled units">
|
||||
<SectionButton icon={faPlus} tooltip="Add" onClick={onAdd} />
|
||||
<SectionButton
|
||||
icon={faDownload}
|
||||
|
||||
@@ -228,7 +228,7 @@ const ThermalUnitsComponent = (props: CaseBuilderSectionProps) => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<SectionHeader title="Thermal Units">
|
||||
<SectionHeader title="Thermal units">
|
||||
<SectionButton icon={faPlus} tooltip="Add" onClick={onAdd} />
|
||||
<SectionButton
|
||||
icon={faDownload}
|
||||
|
||||
@@ -163,7 +163,7 @@ const TransmissionLinesComponent = (props: CaseBuilderSectionProps) => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<SectionHeader title="Transmission Lines">
|
||||
<SectionHeader title="Transmission lines">
|
||||
<SectionButton icon={faPlus} tooltip="Add" onClick={onAdd} />
|
||||
<SectionButton
|
||||
icon={faDownload}
|
||||
|
||||
Reference in New Issue
Block a user