Skip to content

Commit

Permalink
Merge pull request #2141 from anth-volk/fix/2100-checked-selected
Browse files Browse the repository at this point in the history
Change 'When checked' to 'When selected'
  • Loading branch information
anth-volk authored Oct 28, 2024
2 parents 980ddcc + 4de3fab commit 3edfc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/policy/PolicyRightSidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function FullLiteToggle() {
</p>
<Tooltip
placement="topRight"
title="When checked, limit simulations to a random 10,000 household set."
title="When selected, limit simulations to a random 10,000 household set."
trigger={displayCategory === "mobile" ? "click" : "hover"}
>
<QuestionCircleOutlined
Expand Down

0 comments on commit 3edfc10

Please sign in to comment.