Skip to content

Commit

Permalink
Tab titles should be in sentence case (opendatahub-io#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcreasy committed Jul 17, 2023
1 parent 7d763c8 commit 86093f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const MetricsPageTabs: React.FC = () => {
{performanceMetricsEnabled && (
<Tab
eventKey={MetricsTabKeys.PERFORMANCE}
title={<TabTitleText>Endpoint Performance</TabTitleText>}
title={<TabTitleText>Endpoint performance</TabTitleText>}
aria-label="Performance tab"
className="odh-tabcontent-fix"
>
Expand All @@ -59,7 +59,7 @@ const MetricsPageTabs: React.FC = () => {
{biasMetricsInstalled && (
<Tab
eventKey={MetricsTabKeys.BIAS}
title={<TabTitleText>Model Bias</TabTitleText>}
title={<TabTitleText>Model bias</TabTitleText>}
aria-label="Bias tab"
className="odh-tabcontent-fix"
actions={
Expand Down

0 comments on commit 86093f0

Please sign in to comment.