Skip to content

Commit

Permalink
ref(toolbar): add flag -> override (#76676)
Browse files Browse the repository at this point in the history
  • Loading branch information
michellewzhang authored Aug 28, 2024
1 parent 4d5f8cf commit 97e09d1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export default function FeatureFlagsPanel() {
title="Feature Flags"
titleRight={
<button
aria-label="Add Flag Override"
aria-label="Override Flag"
css={[resetButtonCss, panelHeadingRightCss]}
title="Add Flag Override"
title="Override Flag"
onClick={() => setIsAddFlagActive(!isAddFlagActive)}
>
<span css={buttonRightCss}>
Expand All @@ -46,7 +46,7 @@ export default function FeatureFlagsPanel() {
) : (
<IconChevron direction="down" size="xs" />
)}
Add Flag
Override
</span>
</button>
}
Expand Down

0 comments on commit 97e09d1

Please sign in to comment.